3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-08 16:25:48 +00:00

update polynomial superposition

This commit is contained in:
Jakob Rath 2021-09-08 14:00:10 +02:00
parent 2de443c74f
commit ba8fa1f072
5 changed files with 60 additions and 85 deletions

View file

@ -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);