Constraints.GlobSolverFromEqSolverTransforms a GenericEqBoxIncrSolver into a GenericGlobSolver.
module Sol : Analyses.GenericEqBoxIncrSolverBasemodule S : Analyses.GlobConstrSysmodule LH : Prelude.Hashtbl.S with type key = S.LVar.tmodule GH : Prelude.Hashtbl.S with type key = S.GVar.tval solve :
(S.LVar.t * S.D.t) list ->
(S.GVar.t * S.G.t) list ->
S.LVar.t list ->
(S.D.t LH.t * S.G.t GH.t) * marshalThe hash-map that is the first component of solve box xs vs is a local solution for interesting variables vs, reached from starting values xs. As a second component the solver returns data structures for incremental serialization.