summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_pbe.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-12-01 11:43:02 -0600
committerGitHub <noreply@github.com>2017-12-01 11:43:02 -0600
commitffc78cdf25327d18f7ff5b265f78480248907cab (patch)
tree157d6c3e2fc9be22e2b66462c31936b967302677 /src/theory/quantifiers/ce_guided_pbe.h
parentf40d813048599b58327fc968344301d39f156da2 (diff)
Minor additions for sygus (#1419)
Diffstat (limited to 'src/theory/quantifiers/ce_guided_pbe.h')
-rw-r--r--src/theory/quantifiers/ce_guided_pbe.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/theory/quantifiers/ce_guided_pbe.h b/src/theory/quantifiers/ce_guided_pbe.h
index 1abdda6a6..8cfed253c 100644
--- a/src/theory/quantifiers/ce_guided_pbe.h
+++ b/src/theory/quantifiers/ce_guided_pbe.h
@@ -742,14 +742,6 @@ class CegConjecturePbe {
std::map< Node, std::vector< unsigned > > incr,
UnifContext& x );
//------------------------------ end constructing solutions
-
- /** get guard status
- *
- * Returns 1 if g is asserted true in the SAT solver.
- * Returns -1 if g is asserted false in the SAT solver.
- * Returns 0 otherwise.
- */
- int getGuardStatus(Node g);
};
}/* namespace CVC4::theory::quantifiers */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback