summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_module.cpp
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-03-06 09:37:48 -0800
committerGitHub <noreply@github.com>2018-03-06 09:37:48 -0800
commitaa3807f28b47abaa26573439f4dafca0258e4b6b (patch)
treeec265cc8ff82df819d8c6acf49902f2be9317b1b /src/theory/quantifiers/sygus/sygus_module.cpp
parent9bf97a2ac3c923d08cce93ca7eda4360b19dfdec (diff)
parente2d714a0839fb80d9a40e9b6fdd8a6fe325a1664 (diff)
Merge branch 'master' into cleanup_outputcleanup_output
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_module.cpp')
-rw-r--r--src/theory/quantifiers/sygus/sygus_module.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_module.cpp b/src/theory/quantifiers/sygus/sygus_module.cpp
new file mode 100644
index 000000000..19e064350
--- /dev/null
+++ b/src/theory/quantifiers/sygus/sygus_module.cpp
@@ -0,0 +1,28 @@
+/********************* */
+/*! \file sygus_module.cpp
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Andrew Reynolds
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2017 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. See the file COPYING in the top-level source
+ ** directory for licensing information.\endverbatim
+ **
+ ** \brief Implementation of sygus_module
+ **/
+
+#include "theory/quantifiers/sygus/sygus_module.h"
+
+namespace CVC4 {
+namespace theory {
+namespace quantifiers {
+
+SygusModule::SygusModule(QuantifiersEngine* qe, CegConjecture* p)
+ : d_qe(qe), d_parent(p)
+{
+}
+
+} /* CVC4::theory::quantifiers namespace */
+} /* CVC4::theory namespace */
+} /* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback