summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/synth_conjecture.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/synth_conjecture.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/synth_conjecture.cpp')
-rw-r--r--src/theory/quantifiers/sygus/synth_conjecture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/synth_conjecture.cpp b/src/theory/quantifiers/sygus/synth_conjecture.cpp
index bb5307c79..91911e1f0 100644
--- a/src/theory/quantifiers/sygus/synth_conjecture.cpp
+++ b/src/theory/quantifiers/sygus/synth_conjecture.cpp
@@ -21,7 +21,7 @@
#include "printer/printer.h"
#include "prop/prop_engine.h"
#include "smt/smt_statistics_registry.h"
-#include "theory/datatypes/theory_datatypes_utils.h"
+#include "theory/datatypes/sygus_datatype_utils.h"
#include "theory/quantifiers/first_order_model.h"
#include "theory/quantifiers/instantiate.h"
#include "theory/quantifiers/quantifiers_attributes.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback