mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
bv fixes and tuning (#4703)
* heap size information * bv tuning * fix #4701 Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * throw on set-has-size #4700 Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ba5c9c3883
commit
b7ec4489a6
21 changed files with 339 additions and 169 deletions
|
@ -290,7 +290,7 @@ namespace sat {
|
|||
clause * mk_nary_clause(unsigned num_lits, literal * lits, status st);
|
||||
bool has_variables_to_reinit(clause const& c) const;
|
||||
bool has_variables_to_reinit(literal l1, literal l2) const;
|
||||
bool attach_nary_clause(clause & c);
|
||||
bool attach_nary_clause(clause & c, bool is_asserting);
|
||||
void attach_clause(clause & c, bool & reinit);
|
||||
void attach_clause(clause & c) { bool reinit; attach_clause(c, reinit); }
|
||||
void set_learned(clause& c, bool learned);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue