3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 17:30:23 +00:00

introduce notion of auxiliary constraints created by nla_solver lemmas

notes: auxiliary constraints could extend to Gomory and B&B.
This commit is contained in:
Nikolaj Bjorner 2025-06-12 20:37:51 -07:00
parent 93d5e3f28e
commit 8d1e954709
5 changed files with 29 additions and 2 deletions

View file

@ -2040,6 +2040,8 @@ public:
}
final_check_status check_nla() {
// TODO - enable or remove if found useful internals are corrected:
// lp::lar_solver::scoped_auxiliary _sa(lp()); // new atoms are auxilairy and are not used in nra_solver
if (!m.inc()) {
TRACE(arith, tout << "canceled\n";);
return FC_GIVEUP;