mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
optimize model pruning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0a8be25149
commit
148416122f
3 changed files with 32 additions and 17 deletions
|
@ -215,6 +215,7 @@ namespace datalog {
|
|||
lbool bmc::check_linear() {
|
||||
for (unsigned i = 0; ; ++i) {
|
||||
IF_VERBOSE(1, verbose_stream() << "level: " << i << "\n";);
|
||||
checkpoint();
|
||||
compile_linear(i);
|
||||
lbool res = check_linear(i);
|
||||
if (res == l_undef) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue