addBoundVar(const std::string &name, const Type &type) | CVCL::Theory | |
addBoundVar(const std::string &name, const Type &type, const Expr &def) | CVCL::Theory | |
addSharedTerm(const Expr &e) | CVCL::Theory | [inline, virtual] |
addSplitter(const Expr &e, int priority=0) | CVCL::Theory | |
assertEqualities(const Theorem &e) | CVCL::Theory | [virtual] |
assertFact(const Theorem &e) | CVCL::TheoryRecords | [virtual] |
assertTypePred(const Expr &e, const Theorem &pred) | CVCL::Theory | [inline, virtual] |
assignValue(const Expr &t, const Expr &val) | CVCL::Theory | [virtual] |
assignValue(const Theorem &thm) | CVCL::Theory | [virtual] |
boolType() | CVCL::Theory | [inline] |
checkSat(bool fullEffort) | CVCL::TheoryRecords | [inline, virtual] |
checkType(const Expr &e) | CVCL::TheoryRecords | [virtual] |
computeBaseType(const Type &t) | CVCL::TheoryRecords | [virtual] |
computeModel(const Expr &e, std::vector< Expr > &v) | CVCL::TheoryRecords | [virtual] |
computeModelBasic(const std::vector< Expr > &v) | CVCL::Theory | [inline, virtual] |
computeModelTerm(const Expr &e, std::vector< Expr > &v) | CVCL::TheoryRecords | [virtual] |
computeTCC(const Expr &e) | CVCL::TheoryRecords | [virtual] |
computeType(const Expr &e) | CVCL::TheoryRecords | [virtual] |
computeTypePred(const Type &t, const Expr &e) | CVCL::TheoryRecords | [virtual] |
createProofRules() | CVCL::TheoryRecords | |
d_rules | CVCL::TheoryRecords | [private] |
d_theoryUsed | CVCL::Theory | [protected] |
enqueueEquality(const Theorem &e) | CVCL::Theory | [virtual] |
enqueueFact(const Theorem &e) | CVCL::Theory | [virtual] |
falseExpr() | CVCL::Theory | [inline] |
find(const Expr &e) | CVCL::Theory | |
findExpr(const Expr &e) | CVCL::Theory | [inline] |
getBaseType(const Expr &e) | CVCL::Theory | |
getBaseType(const Type &tp) | CVCL::Theory | |
getCommonRules() | CVCL::Theory | [inline] |
getEM() | CVCL::Theory | [inline] |
getField(const Expr &e, int i) | CVCL::TheoryRecords | |
getField(const Expr &e) | CVCL::TheoryRecords | |
getFieldIndex(const Expr &e, const std::string &field) | CVCL::TheoryRecords | |
getFields(const Expr &r) | CVCL::TheoryRecords | |
getIndex(const Expr &e) | CVCL::TheoryRecords | |
getModelTerm(const Expr &e, std::vector< Expr > &v) | CVCL::Theory | |
getModelValue(const Expr &e) | CVCL::Theory | |
getName() const | CVCL::Theory | [inline] |
getNumTheories() | CVCL::Theory | |
getTCC(const Expr &e) | CVCL::Theory | |
getTypePred(const Type &t, const Expr &e) | CVCL::Theory | |
hasTheory(int kind) | CVCL::Theory | |
iffMP(const Theorem &e1, const Theorem &e1_iff_e2) | CVCL::Theory | [inline] |
inconsistent() | CVCL::Theory | [virtual] |
installID(const std::string &name, const Expr &e) | CVCL::Theory | |
isLeaf(const Expr &e) | CVCL::Theory | [inline] |
isLeafIn(const Expr &e1, const Expr &e2) | CVCL::Theory | |
isRecord(const Expr &e) | CVCL::TheoryRecords | [inline] |
isRecordAccess(const Expr &e) | CVCL::TheoryRecords | [inline] |
isRecordType(const Expr &e) | CVCL::TheoryRecords | [inline] |
isRecordType(const Type &t) | CVCL::TheoryRecords | [inline] |
isTuple(const Expr &e) | CVCL::TheoryRecords | [inline] |
isTupleAccess(const Expr &e) | CVCL::TheoryRecords | [inline] |
isTupleType(const Expr &e) | CVCL::TheoryRecords | [inline] |
isTupleType(const Type &tp) | CVCL::TheoryRecords | [inline] |
leavesAreSimp(const Expr &e) | CVCL::Theory | |
lookupVar(const std::string &name, Type *type) | CVCL::Theory | |
newFunction(const std::string &name, const Type &type, bool computeTransClosure) | CVCL::Theory | |
newFunction(const std::string &name, const Type &type, const Expr &def) | CVCL::Theory | |
newTypeExpr(const std::string &name) | CVCL::Theory | |
newTypeExpr(const std::string &name, const Type &def) | CVCL::Theory | |
newVar(const std::string &name, const Type &type) | CVCL::Theory | |
newVar(const std::string &name, const Type &type, const Expr &def) | CVCL::Theory | |
notifyInconsistent(const Theorem &thm) | CVCL::Theory | [inline, virtual] |
parseExpr(const Expr &e) | CVCL::Theory | [virtual] |
parseExprOp(const Expr &e) | CVCL::TheoryRecords | [virtual] |
print(ExprStream &os, const Expr &e) | CVCL::TheoryRecords | [virtual] |
recordExpr(const std::vector< std::string > &fields, const std::vector< Expr > &kids) | CVCL::TheoryRecords | |
recordExpr(const std::vector< Expr > &fields, const std::vector< Expr > &kids) | CVCL::TheoryRecords | |
recordSelect(const Expr &r, const std::string &field) | CVCL::TheoryRecords | |
recordType(const std::vector< std::string > &fields, const std::vector< Type > &types) | CVCL::TheoryRecords | |
recordType(const std::vector< std::string > &fields, const std::vector< Expr > &types) | CVCL::TheoryRecords | |
recordType(const std::vector< Expr > &fields, const std::vector< Expr > &types) | CVCL::TheoryRecords | |
recordUpdate(const Expr &r, const std::string &field, const Expr &val) | CVCL::TheoryRecords | |
refineCounterExample() | CVCL::Theory | [inline, virtual] |
reflexivityRule(const Expr &a) | CVCL::Theory | [inline] |
registerKinds(Theory *theory, std::vector< int > &kinds) | CVCL::Theory | |
registerTheory(Theory *theory, std::vector< int > &kinds, bool hasSolver=false) | CVCL::Theory | |
resolveID(const std::string &name) | CVCL::Theory | |
rewrite(const Expr &e) | CVCL::TheoryRecords | [virtual] |
rewriteAnd(const Expr &e) | CVCL::Theory | [inline] |
rewriteAtomic(const Expr &e) | CVCL::Theory | [inline, virtual] |
rewriteAux(const Expr &e) | CVCL::TheoryRecords | [private] |
rewriteAux(const Theorem &thm) | CVCL::TheoryRecords | [private] |
rewriteCC(const Expr &e) | CVCL::Theory | |
rewriteOr(const Expr &e) | CVCL::Theory | [inline] |
setIncomplete(const std::string &reason) | CVCL::Theory | [virtual] |
setInconsistent(const Theorem &e) | CVCL::Theory | [virtual] |
setup(const Expr &e) | CVCL::TheoryRecords | [virtual] |
setupCC(const Expr &e) | CVCL::Theory | |
simplify(const Expr &e, bool forceRebuild=true) | CVCL::Theory | [virtual] |
simplifyExpr(const Expr &e, bool forceRebuild=true) | CVCL::Theory | [inline] |
simplifyOp(const Expr &e) | CVCL::Theory | [virtual] |
simplifyRec(const Expr &e) | CVCL::Theory | [virtual] |
solve(const Theorem &e) | CVCL::Theory | [inline, virtual] |
substitutivityRule(const Op &op, const std::vector< Theorem > &thms) | CVCL::Theory | [inline] |
substitutivityRule(const Expr &e, const std::vector< unsigned > &changed, const std::vector< Theorem > &thms) | CVCL::Theory | [inline] |
subtypePredicate(const Expr &e) | CVCL::Theory | |
symmetryRule(const Theorem &a1_eq_a2) | CVCL::Theory | [inline] |
Theory(TheoryCore *theoryCore, const std::string &name) | CVCL::Theory | |
theoryCore() | CVCL::Theory | [inline] |
theoryOf(int kind) | CVCL::Theory | |
theoryOf(const Expr &e) | CVCL::Theory | |
TheoryRecords(TheoryCore *core) | CVCL::TheoryRecords | |
theoryUsed() | CVCL::Theory | [inline, virtual] |
transitivityRule(const Theorem &a1_eq_a2, const Theorem &a2_eq_a3) | CVCL::Theory | [inline] |
trueExpr() | CVCL::Theory | [inline] |
tupleExpr(const std::vector< Expr > &kids) | CVCL::TheoryRecords | |
tupleSelect(const Expr &tup, int i) | CVCL::TheoryRecords | |
tupleType(const std::vector< Type > &types) | CVCL::TheoryRecords | |
tupleType(const std::vector< Expr > &types) | CVCL::TheoryRecords | |
tupleUpdate(const Expr &tup, int i, const Expr &val) | CVCL::TheoryRecords | |
typePred(const Expr &e) | CVCL::Theory | |
update(const Theorem &e, const Expr &d) | CVCL::TheoryRecords | [virtual] |
updateCC(const Theorem &e, const Expr &d) | CVCL::Theory | |
updateHelper(const Expr &e) | CVCL::Theory | |
~Theory(void) | CVCL::Theory | [virtual] |
~TheoryRecords() | CVCL::TheoryRecords | |