mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
another unit test for Nuno
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2bf0b5f33f
commit
f3d2535b46
3 changed files with 32 additions and 2 deletions
|
@ -356,9 +356,9 @@ public:
|
|||
while (index < asms.size() && is_sat == l_true) {
|
||||
while (asms.size() > 20*(index - last_index) && index < asms.size()) {
|
||||
index = next_index(asms, index);
|
||||
//std::cout << "weight: " << get_weight(asms[index-1].get()) << "\n";
|
||||
//break;
|
||||
}
|
||||
IF_VERBOSE(3, verbose_stream() << "weight: " << get_weight(asms[0].get()) << " " << get_weight(asms[index-1].get()) << "\n";);
|
||||
last_index = index;
|
||||
is_sat = s().check_sat(index, asms.c_ptr());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue