You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mopsa has experimented with it for js_of_ocaml because, unlike Apron, VPL is pure OCaml without any C stubs.
The downside is that it doesn't have Apron-compatible interface, so relation analysis would finally have to be decoupled from Apron's Var and Environment properly.
The text was updated successfully, but these errors were encountered:
Verified Polyhedra Library is an OCaml library for polyhedra which has been extracted from a verified Coq implementation:
Mopsa has experimented with it for js_of_ocaml because, unlike Apron, VPL is pure OCaml without any C stubs.
The downside is that it doesn't have Apron-compatible interface, so
relation
analysis would finally have to be decoupled from Apron'sVar
andEnvironment
properly.The text was updated successfully, but these errors were encountered: