summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/query_generator.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-10 12:56:05 -0500
committerGitHub <noreply@github.com>2019-08-10 12:56:05 -0500
commitd1f3225e26b9d64f065048885053392b10994e71 (patch)
treef6cfbce2a8fb3ef81b3742380ae64f1973fd4ef4 /src/theory/quantifiers/query_generator.h
parentd1ef66608567252526f1a5e1f675f08d342cc343 (diff)
Add option to only dump unsolved queries for --sygus-query-gen (#3173)
Diffstat (limited to 'src/theory/quantifiers/query_generator.h')
-rw-r--r--src/theory/quantifiers/query_generator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/quantifiers/query_generator.h b/src/theory/quantifiers/query_generator.h
index 749c78c85..8cb7b2785 100644
--- a/src/theory/quantifiers/query_generator.h
+++ b/src/theory/quantifiers/query_generator.h
@@ -107,6 +107,11 @@ class QueryGenerator : public ExprMiner
* reported to be unsatisfiable.
*/
void checkQuery(Node qy, unsigned spIndex);
+ /**
+ * Dumps query qy to the a file queryN.smt2 for the current counter N;
+ * spIndex specifies the sample point that satisfies it (for debugging).
+ */
+ void dumpQuery(Node qy, unsigned spIndex);
};
} // namespace quantifiers
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback