dreal4
dreal4 copied to clipboard
Basic incremental solving
-
When a solver-status is
unsatwith the current assertions{φ₁, ..., φₙ}, adding further assertions{φₙ₊₁, ...}should returnunsatimmediately. -
When an assertion
φᵢis added to a solver, we need to run the contractor to reduce its search space (but without branching). This should be the first step toward more interesting techniques (i.e. learning).
/cc @AndreaCallia