summaryrefslogtreecommitdiff
path: root/src/theory/logic_info.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-15 13:04:55 -0700
committerGitHub <noreply@github.com>2021-04-15 20:04:55 +0000
commit77bca094a140b35341257f125a55212ff0108250 (patch)
tree1d3369b9be5fc4c3e8cb279ae5ea662e59cbcb3e /src/theory/logic_info.h
parent63647b1d79df6f287ea6599958b16fce44b8271d (diff)
Rename occurrences of CVC4 to CVC5. (#6351)
This renames everything but GitHub links and build system related macros. Switching the build system to cvc5 will be the last step in the renaming process.
Diffstat (limited to 'src/theory/logic_info.h')
-rw-r--r--src/theory/logic_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/logic_info.h b/src/theory/logic_info.h
index fa06e93a4..9d18d5145 100644
--- a/src/theory/logic_info.h
+++ b/src/theory/logic_info.h
@@ -30,12 +30,12 @@ namespace cvc5 {
/**
* A LogicInfo instance describes a collection of theory modules and some
* basic configuration about them. Conceptually, it provides a background
- * context for all operations in CVC4. Typically, when CVC4's SmtEngine
+ * context for all operations in cvc5. Typically, when cvc5's SmtEngine
* is created, it is issued a setLogic() command indicating features of the
* assertions and queries to follow---for example, whether quantifiers are
* used, whether integers or reals (or both) will be used, etc.
*
- * Most places in CVC4 will only ever need to access a const reference to an
+ * Most places in cvc5 will only ever need to access a const reference to an
* instance of this class. Such an instance is generally set by the SmtEngine
* when setLogic() is called. However, mutating member functions are also
* provided by this class so that it can be used as a more general mechanism
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback