Module GlobSolverFromEqSolver.Sol'

type marshal = Sol(EqSys)(VH).marshal
val copy_marshal : marshal -> marshal
val relift_marshal : marshal -> marshal
val solve : (EqSys.v * EqSys.d) list -> EqSys.v list -> marshal option -> EqSys.d VH.t * marshal

The hash-map that is the first component of solve 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.