summaryrefslogtreecommitdiff
path: root/src/expr/command.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-11 14:36:50 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-11 14:36:50 -0500
commit0b2f9943d55152e0958369083649dd71340864c9 (patch)
treecd040f1dd12816c6af37548597bd674cafb45271 /src/expr/command.h
parent8ebd49cb903ba19f9330820d02af08e226c9b791 (diff)
More preparation for CASC proofs. Minor fix for sort inference (rewrite new assertions). Bug fix for ambqi : simplify correctly for multi-sorted case. Bug fix for fmc : only do exh-simplification for uninterpreted sorts, ensure reps are enumerated for quantification over Real.
Diffstat (limited to 'src/expr/command.h')
-rw-r--r--src/expr/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index ad9cd1aa7..ed6be86de 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -578,6 +578,7 @@ public:
class CVC4_PUBLIC GetInstantiationsCommand : public Command {
protected:
//Instantiations* d_result;
+ SmtEngine* d_smtEngine;
public:
GetInstantiationsCommand() throw();
~GetInstantiationsCommand() throw() {}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback