mirror of
https://github.com/Z3Prover/z3
synced 2026-07-03 05:46:08 +00:00
fix vector<le, false> to vector<le> we need the copy and destructor semantics for expr_ref
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
03c990e0e1
commit
b2fa00ecf4
3 changed files with 7 additions and 8 deletions
|
|
@ -362,7 +362,7 @@ namespace seq {
|
|||
void deps_to_lits(dep_tracker deps,
|
||||
svector<enode_pair>& eqs,
|
||||
svector<sat::literal>& lits,
|
||||
vector<le, false>& les);
|
||||
vector<le>& les);
|
||||
|
||||
// string equality constraint: lhs = rhs
|
||||
// mirrors ZIPT's StrEq (both sides are regex-free snode trees)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue