mirror of
https://github.com/Z3Prover/z3
synced 2026-05-31 06:07:46 +00:00
add code for adding assumptions after sat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0ba950987
commit
af4677950b
2 changed files with 38 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ namespace smt {
|
|||
void populate_nielsen_graph();
|
||||
void explain_nielsen_conflict();
|
||||
void set_conflict(enode_pair_vector const& eqs, literal_vector const& lits);
|
||||
bool add_nielsen_assumptions();
|
||||
euf::snode* get_snode(expr* e);
|
||||
|
||||
// propagation dispatch helpers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue