mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
1dfea1324e
22 changed files with 267 additions and 1672 deletions
|
@ -333,7 +333,7 @@ namespace datalog {
|
|||
smt::quantifier_manager* qm = ctx.get_quantifier_manager();
|
||||
qm->get_plugin()->set_instance_plugin(alloc(instance_plugin, *this));
|
||||
#endif
|
||||
lbool res = solver.check();
|
||||
solver.check();
|
||||
|
||||
for (unsigned i = 0; i < m_bindings.size(); ++i) {
|
||||
expr_ref_vector& binding = m_bindings[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue