Generic.DirtyBoxSolver
use this if your box is join --- the simple solver
box
join
module S : ConstrSys.EqConstrSys
module H : Batteries.Hashtbl.S with type key = S.v
val solve : (S.v * S.d) list -> S.v list -> S.d H.t
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.
solve xs vs
vs
xs