summaryrefslogtreecommitdiff
path: root/src/theory/sep/theory_sep.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-12 14:28:29 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-12 14:28:29 -0500
commitab930adcd1531fb7006740d6787d990588e3302e (patch)
tree69c352496e1893f2bf902a9bbd97d6376ef27062 /src/theory/sep/theory_sep.h
parent442c809911bcc45ae45dc97650146c459a841ea3 (diff)
Prefer non-cardinality constants in term models for sep logic.
Diffstat (limited to 'src/theory/sep/theory_sep.h')
-rw-r--r--src/theory/sep/theory_sep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/sep/theory_sep.h b/src/theory/sep/theory_sep.h
index a7ca3aff3..1ca78801b 100644
--- a/src/theory/sep/theory_sep.h
+++ b/src/theory/sep/theory_sep.h
@@ -222,6 +222,7 @@ class TheorySep : public Theory {
std::map< TypeNode, bool > d_reference_bound_fv;
std::map< TypeNode, std::vector< Node > > d_type_references;
std::map< TypeNode, std::vector< Node > > d_type_references_card;
+ std::map< Node, unsigned > d_type_ref_card_id;
std::map< TypeNode, std::vector< Node > > d_type_references_all;
std::map< TypeNode, unsigned > d_card_max;
//for empty argument
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback