mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
remove canonize in seq solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0fa04179d0
commit
73ab95d338
1 changed files with 2 additions and 0 deletions
|
@ -3485,9 +3485,11 @@ bool theory_seq::solve_nc(unsigned idx) {
|
||||||
lbool is_gt = ctx.get_assignment(len_gt);
|
lbool is_gt = ctx.get_assignment(len_gt);
|
||||||
TRACE("seq", ctx.display_literal_smt2(tout << len_gt << " := " << is_gt << "\n", len_gt) << "\n";);
|
TRACE("seq", ctx.display_literal_smt2(tout << len_gt << " := " << is_gt << "\n", len_gt) << "\n";);
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (canonizes(false, n.contains())) {
|
if (canonizes(false, n.contains())) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
switch (is_gt) {
|
switch (is_gt) {
|
||||||
case l_true:
|
case l_true:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue