3
0
Fork 0
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:
copilot-swe-agent[bot] 2026-07-13 05:09:27 +00:00 committed by GitHub
parent be7e8d7820
commit d8726d652e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 13 deletions

View file

@ -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);