dreal4 icon indicating copy to clipboard operation
dreal4 copied to clipboard

Basic incremental solving

Open soonho-tri opened this issue 7 years ago • 0 comments

  • When a solver-status is unsat with the current assertions {φ₁, ..., φₙ}, adding further assertions {φₙ₊₁, ...} should return unsat immediately.

  • 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

soonho-tri avatar Apr 13 '18 16:04 soonho-tri