mirror of
https://github.com/Z3Prover/z3
synced 2025-08-16 07:45:27 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3845e0859c
commit
2e1e9c9082
3 changed files with 2 additions and 2 deletions
|
@ -1640,7 +1640,6 @@ bool theory_seq::enforce_length(expr_ref_vector const& es, vector<rational> & le
|
|||
len.push_back(rational(s.length()));
|
||||
}
|
||||
else if (get_length(e, val)) {
|
||||
SASSERT(!val.is_neg());
|
||||
len.push_back(val);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue