Skip to content

Commit e4897ff

Browse files
committed
replace Exists by ForAll in the mathematica lemmas
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 39df899 commit e4897ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nlsat/nlsat_solver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3736,7 +3736,7 @@ namespace nlsat {
37363736
}
37373737
}
37383738

3739-
out << "Resolve[Exists[{";
3739+
out << "Resolve[ForAll[{";
37403740
bool first = true;
37413741
for (var x = 0; x < num_vars(); x++) {
37423742
if (used_vars[x]) {

0 commit comments

Comments
 (0)