mirror of
https://github.com/Z3Prover/z3
synced 2026-07-15 03:25:43 +00:00
Add constant-bound conflict shortcut for string lt constraints
This commit is contained in:
parent
be7e8d7820
commit
d8726d652e
2 changed files with 27 additions and 13 deletions
|
|
@ -257,6 +257,7 @@ void tst_seq_rewriter() {
|
|||
|
||||
// 20. unsat: contradictory constant lexical bounds.
|
||||
// "2024-01-01" < x < "2024-12-31" and x < "2023-01-01".
|
||||
// Since "2023-01-01" < "2024-01-01", no such x exists.
|
||||
{
|
||||
smt_params sp;
|
||||
smt::context ctx(m, sp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue