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:
parent
6cbc6f4f84
commit
ddba2cc381
9 changed files with 390 additions and 530 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue