mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
modulating data-type solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cb2d8d2107
commit
bbfe02b25a
10 changed files with 44 additions and 26 deletions
|
@ -3422,7 +3422,6 @@ namespace smt {
|
|||
}
|
||||
|
||||
lbool context::bounded_search() {
|
||||
SASSERT(!inconsistent());
|
||||
unsigned counter = 0;
|
||||
|
||||
TRACE("bounded_search", tout << "starting bounded search...\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue