3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 10:41:35 +00:00

fix unsound merge

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2024-01-13 17:47:20 -08:00
parent aed48e9f9b
commit 3f369ae962
3 changed files with 2 additions and 3 deletions

View file

@ -804,7 +804,7 @@ namespace polysat {
return find_t::multiple;
}
else {
IF_VERBOSE(0, display_one(verbose_stream() << "full: ", v, ne) << "\n");
// IF_VERBOSE(0, display_one(verbose_stream() << "full: ", v, ne) << "\n");
SASSERT(hi < lo);
ne->interval = eval_interval::full();
ne->coeff = 1;