summaryrefslogtreecommitdiff
path: root/src/prop/minisat/CVC4-README
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/minisat/CVC4-README')
-rw-r--r--src/prop/minisat/CVC4-README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/minisat/CVC4-README b/src/prop/minisat/CVC4-README
index cd3b638d6..2fcf2ed49 100644
--- a/src/prop/minisat/CVC4-README
+++ b/src/prop/minisat/CVC4-README
@@ -1,6 +1,6 @@
================ CHANGES TO THE ORIGINAL CODE ==================================
-The only CVC4 connections passed to minisat are the proxy (defined in sat.h) and
+The only cvc5 connections passed to minisat are the proxy (defined in sat.h) and
the context. The context is obtained from the SmtEngine, and the proxy is an
intermediary class that has all-access to the SatSolver so as to simplify the
interface to (possible) other sat solvers. These two are passed to minisat at
@@ -35,7 +35,7 @@ Backtracking in minisat is performed through the cancelUntil() method, which is
now modified to pop the context the appropriate number of times.
Minisat pushes the scope in the newDecisionLevel() method where we appropriately
-also push the CVC4 context.
+also push the cvc5 context.
* Phase caching
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback