summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus_inst.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-06-12 19:18:42 -0500
committerGitHub <noreply@github.com>2020-06-12 19:18:42 -0500
commit60ed666d657bfcd69f48821c78a34696796df5fb (patch)
treec6138be63cc1c3104d355ef38d874c7d294c0a72 /src/theory/quantifiers/sygus_inst.cpp
parent08f6f8cc6118b1e6c057a294d1ddb60e2e45b5ed (diff)
Move sygus datatype utility functions to their own file (#4595)
Separates them from the core datatype utilities. Code move only.
Diffstat (limited to 'src/theory/quantifiers/sygus_inst.cpp')
-rw-r--r--src/theory/quantifiers/sygus_inst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus_inst.cpp b/src/theory/quantifiers/sygus_inst.cpp
index 696860302..e927ac249 100644
--- a/src/theory/quantifiers/sygus_inst.cpp
+++ b/src/theory/quantifiers/sygus_inst.cpp
@@ -18,7 +18,7 @@
#include <unordered_set>
#include "expr/node_algorithm.h"
-#include "theory/datatypes/theory_datatypes_utils.h"
+#include "theory/datatypes/sygus_datatype_utils.h"
#include "theory/quantifiers/sygus/sygus_enumerator.h"
#include "theory/quantifiers/sygus/sygus_grammar_cons.h"
#include "theory/quantifiers/sygus/synth_engine.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback