mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
update polynomial superposition
This commit is contained in:
parent
2de443c74f
commit
ba8fa1f072
5 changed files with 60 additions and 85 deletions
|
@ -30,10 +30,10 @@ namespace polysat {
|
|||
unsigned_vector m_marks;
|
||||
unsigned m_clock { 0 };
|
||||
|
||||
public:
|
||||
// allocated size (not the number of active variables)
|
||||
unsigned size() const { return m_level.size(); }
|
||||
|
||||
public:
|
||||
sat::bool_var new_var();
|
||||
void del_var(sat::bool_var var);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue