3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

remove canonize in seq solver

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-26 12:47:30 -07:00
parent 0fa04179d0
commit 73ab95d338

View file

@ -3485,9 +3485,11 @@ bool theory_seq::solve_nc(unsigned idx) {
lbool is_gt = ctx.get_assignment(len_gt);
TRACE("seq", ctx.display_literal_smt2(tout << len_gt << " := " << is_gt << "\n", len_gt) << "\n";);
#if 0
if (canonizes(false, n.contains())) {
return true;
}
#endif
switch (is_gt) {
case l_true: