mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
da5c8c0667
commit
d6327d69d2
4 changed files with 41 additions and 26 deletions
|
@ -285,6 +285,7 @@ namespace sat {
|
|||
void cleanup_clauses();
|
||||
void cleanup_constraints();
|
||||
void cleanup_constraints(ptr_vector<constraint>& cs, bool learned);
|
||||
void ensure_external(constraint const& c);
|
||||
void remove_constraint(constraint& c);
|
||||
|
||||
// constraints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue