summaryrefslogtreecommitdiff
path: root/src/theory/logic_info.h
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-04-21 10:21:34 -0700
committerGitHub <noreply@github.com>2021-04-21 10:21:34 -0700
commitae5ee4b07dc3d3c792e7fe7f382ff490dd28aca4 (patch)
treea7c2ab8013f46dbea75fcd6e7da3fb83e2012b2f /src/theory/logic_info.h
parent86aa9bc35ba9dc9a57913a2ffc71619c7657cc35 (diff)
Goodbye CVC4, hello cvc5! (#6371)
This commits changes the build system to cvc5 and removes the remaining occurrences of CVC4. It further cleans up outdated/unused scripts in contrib/.
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 9d18d5145..107093a5c 100644
--- a/src/theory/logic_info.h
+++ b/src/theory/logic_info.h
@@ -22,7 +22,7 @@
#include <string>
#include <vector>
-#include "cvc4_export.h"
+#include "cvc5_export.h"
#include "theory/theory_id.h"
namespace cvc5 {
@@ -42,7 +42,7 @@ namespace cvc5 {
* (e.g., for communicating to the SmtEngine which theories should be used,
* rather than having to provide an SMT-LIB string).
*/
-class CVC4_EXPORT LogicInfo
+class CVC5_EXPORT LogicInfo
{
mutable std::string d_logicString; /**< an SMT-LIB-like logic string */
std::vector<bool> d_theories; /**< set of active theories */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback