mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 14:55:25 +00:00
simplify extended contains patterns
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6a90072a98
commit
ea1f50b77e
8 changed files with 163 additions and 6 deletions
|
@ -834,6 +834,7 @@ namespace smt {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
(void)ok;
|
||||
CTRACE("utvpi", !ok,
|
||||
tout << "validation failed:\n";
|
||||
tout << "Assignment: " << assign << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue