chore: update

This commit is contained in:
Henri Saudubray 2026-03-27 10:53:26 +01:00
parent 4776edc9db
commit 416d97c513
Signed by: hms
GPG key ID: 7065F57ED8856128
25 changed files with 1653 additions and 283 deletions

10
lib/hsim/runtime.ml Normal file
View file

@ -0,0 +1,10 @@
(* let go_full (Hsim main : unit Ztypes.hsimu) : unit = *)
(* let n, z = Lift.lift_hsim_full (Hsim main) in *)
(* let s = Full.compose_solvers (Csolver.make_full ()) (Zsolver.make_full z) in *)
(* ignore @@ Full.hrun n s [{h=10.0; f=fun _ -> ()}] *)
let go (Hsim main : unit Ztypes.hsimu) : unit =
let n, z = Lift.lift_hsim (Hsim main) in
let s = Fill.compose_solvers (Csolver.make ()) (Zsolver.make z) in
ignore @@ Fill.hrun n s [{h=10.0; f=fun _ -> ()}]