feat: greedy simulation
This commit is contained in:
parent
c867859cce
commit
b037dacccf
6 changed files with 164 additions and 17 deletions
6
src/lib/common/debug.ml
Normal file
6
src/lib/common/debug.ml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
let debug = ref false
|
||||
|
||||
let print (s: string) =
|
||||
if !debug then begin Format.printf "%s" s; flush stdout end else ()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue