3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-03 10:39:07 +00:00

integrating changes from master related to work with polynomials

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-11-24 13:00:43 -10:00
parent 6cbc6f4f84
commit ddba2cc381
9 changed files with 390 additions and 530 deletions

View file

@ -48,7 +48,7 @@ namespace nra {
lbool check(dd::solver::equation_vector const& eqs);
/**
\brief Check feasibility moduo current value assignment.
\brief Check feasibility modulo current value assignment.
*/
lbool check_assignment();
@ -64,6 +64,8 @@ namespace nra {
nlsat::anum_manager& am();
void set_value(lp::lpvar v, rational const &value);
scoped_anum& tmp1();
scoped_anum& tmp2();