mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 21:49:29 +00:00
add model construction for disequations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
79a5b133d7
commit
e22ac712b0
3 changed files with 25 additions and 8 deletions
|
@ -301,6 +301,7 @@ namespace smt {
|
|||
virtual model_value_proc * mk_value(enode * n, model_generator & mg);
|
||||
virtual void init_model(model_generator & mg);
|
||||
|
||||
void init_model(expr_ref_vector const& es);
|
||||
// final check
|
||||
bool simplify_and_solve_eqs(); // solve unitary equalities
|
||||
bool branch_variable(); // branch on a variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue