mirror of
https://github.com/Z3Prover/z3
synced 2025-11-26 07:29:33 +00:00
v0.1 of nla saturation
This commit is contained in:
parent
94ff926477
commit
df3847a379
5 changed files with 456 additions and 1 deletions
|
|
@ -128,6 +128,7 @@ public:
|
|||
const auto& monics_with_changed_bounds() const { return m_monics_with_changed_bounds; }
|
||||
lp::lar_solver& lra_solver() { return lra; }
|
||||
lp::lar_solver const & lra_solver() const { return lra; }
|
||||
|
||||
indexed_uint_set const& to_refine() const { return m_to_refine; }
|
||||
|
||||
void insert_to_refine(lpvar j);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue