summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ceg_instantiator.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-03-02 13:54:07 -0600
committerajreynol <andrew.j.reynolds@gmail.com>2016-03-02 13:54:07 -0600
commitdd67a250541d28d2a6fdaee02c9ae71fea272f87 (patch)
treed40ba4d62ef6708b2ac8b1ec55a51f039415c6e5 /src/theory/quantifiers/ceg_instantiator.h
parent811834a6aeab1e055b0417eaf988fc682e74e65a (diff)
Work towards complete instantiation for datatypes.
Diffstat (limited to 'src/theory/quantifiers/ceg_instantiator.h')
-rw-r--r--src/theory/quantifiers/ceg_instantiator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/ceg_instantiator.h b/src/theory/quantifiers/ceg_instantiator.h
index 9504bd407..1981b133b 100644
--- a/src/theory/quantifiers/ceg_instantiator.h
+++ b/src/theory/quantifiers/ceg_instantiator.h
@@ -130,7 +130,8 @@ private:
//get model value
Node getModelValue( Node n );
private:
- int isolate( Node v, Node atom, Node & veq_c, Node & val, Node& vts_coeff_inf, Node& vts_coeff_delta );
+ int solve_arith( Node v, Node atom, Node & veq_c, Node & val, Node& vts_coeff_inf, Node& vts_coeff_delta );
+ Node solve_dt( Node v, Node a, Node b, Node sa, Node sb );
public:
CegInstantiator( QuantifiersEngine * qe, CegqiOutput * out, bool use_vts_delta = true, bool use_vts_inf = true );
//check : add instantiations based on valuation of d_vars
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback