mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
disable restart code in seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
035f2bb0da
commit
0e701138e1
2 changed files with 3 additions and 3 deletions
|
@ -670,7 +670,7 @@ namespace Duality {
|
|||
else {
|
||||
if (k == Equal && args[0].get_id() > args[1].get_id())
|
||||
std::swap(args[0], args[1]);
|
||||
res = f(args.size(), &args[0]);
|
||||
res = f(args.size(), VEC2PTR(args));
|
||||
}
|
||||
}
|
||||
else if (t.is_quantifier()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue