summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_strategy_cbqi.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-10 15:14:34 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-10 15:14:48 -0500
commit8ebd49cb903ba19f9330820d02af08e226c9b791 (patch)
tree1c8bd32e39330ed4b2d1e070584842bc542a3f92 /src/theory/quantifiers/inst_strategy_cbqi.h
parentf8a37b9ce3a88d211e252c02c5436fcfa360cb73 (diff)
Bug fixes to CBQI. Add first draft of CASC j7 TFF script. Add regression, minor changes.
Diffstat (limited to 'src/theory/quantifiers/inst_strategy_cbqi.h')
-rw-r--r--src/theory/quantifiers/inst_strategy_cbqi.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/quantifiers/inst_strategy_cbqi.h b/src/theory/quantifiers/inst_strategy_cbqi.h
index c70c90b29..a446c8b35 100644
--- a/src/theory/quantifiers/inst_strategy_cbqi.h
+++ b/src/theory/quantifiers/inst_strategy_cbqi.h
@@ -55,7 +55,7 @@ private:
/** ce tableaux */
std::map< Node, std::map< arith::ArithVar, std::map< Node, Node > > > d_ceTableaux;
/** get value */
- Node getTableauxValue( Node n, bool minus_delta = false );
+ //Node getTableauxValue( Node n, bool minus_delta = false );
Node getTableauxValue( arith::ArithVar v, bool minus_delta = false );
/** do instantiation */
bool doInstantiation( Node f, Node ic, Node term, arith::ArithVar x, InstMatch& m, Node var );
@@ -67,7 +67,8 @@ private:
private:
/** */
int d_counter;
- /** negative one */
+ /** constants */
+ Node d_zero;
Node d_negOne;
/** process functions */
void processResetInstantiationRound( Theory::Effort effort );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback