mirror of
https://github.com/Z3Prover/z3
synced 2026-05-20 17:09:35 +00:00
add finite sets to datatype recursion, delay initialize finite_set plugin, fix bugs in are_distinct and equality simplification
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d847a28589
commit
4630373a97
9 changed files with 297 additions and 72 deletions
|
|
@ -690,6 +690,7 @@ namespace smt {
|
|||
continue;
|
||||
out << "watch[" << i << "] := " << m_clauses.watch[i] << "\n";
|
||||
}
|
||||
m_cardinality_solver.display(out);
|
||||
}
|
||||
|
||||
void theory_finite_set::init_model(model_generator & mg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue