mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3845e0859c
commit
2e1e9c9082
|
@ -1640,7 +1640,6 @@ bool theory_seq::enforce_length(expr_ref_vector const& es, vector<rational> & le
|
||||||
len.push_back(rational(s.length()));
|
len.push_back(rational(s.length()));
|
||||||
}
|
}
|
||||||
else if (get_length(e, val)) {
|
else if (get_length(e, val)) {
|
||||||
SASSERT(!val.is_neg());
|
|
||||||
len.push_back(val);
|
len.push_back(val);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
@ -13,6 +13,7 @@ Abstract:
|
||||||
Author:
|
Author:
|
||||||
|
|
||||||
Leonardo de Moura (leonardo) 2006-10-16.
|
Leonardo de Moura (leonardo) 2006-10-16.
|
||||||
|
Daniel Schemmel 2019-2-23
|
||||||
|
|
||||||
Revision History:
|
Revision History:
|
||||||
|
|
||||||
|
|
|
@ -17,10 +17,10 @@ Abstract:
|
||||||
Author:
|
Author:
|
||||||
|
|
||||||
Leonardo de Moura (leonardo) 2006-09-11.
|
Leonardo de Moura (leonardo) 2006-09-11.
|
||||||
|
Daniel Schemmel 2019-2-23
|
||||||
|
|
||||||
Revision History:
|
Revision History:
|
||||||
|
|
||||||
2019-2-23 Renamed from vector to vector to provide new implementation
|
|
||||||
|
|
||||||
--*/
|
--*/
|
||||||
#ifndef VECTOR_H_
|
#ifndef VECTOR_H_
|
||||||
|
|
Loading…
Reference in a new issue