PostSolver.EqIncrSolverFromEqSolverSourceConvert a non-incremental solver into an "incremental" solver. It will solve from scratch, perform standard postsolving and have no marshal data.
module Sol : ConstrSys.GenericEqSolvermodule Arg : ConstrSys.IncrSolverArgmodule S : ConstrSys.EqConstrSysmodule H : Batteries.Hashtbl.S with type key = S.vThe 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.