Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 553 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 553 Bytes

#4. Coli Sphericus

This is our solution to the problem #4 of the Ukrainian olympiad of computer experiment.

Demo

The demonstration is here.

Build

cargo install wasm-pack
./build

Run

Use a local server.

Plot graphs

Install GNUPlot.

Use:

./plot A B C

to plot file data/data-A.csv.

B is either 0 or 1 and indicates if final size distribution is to be plotted.

C is either 0 or 1 and indicates if the script should generate an image of the graph only.