CVC3  2.4.1
Public Member Functions
CVC3::ArrayProofRules Class Reference

#include <array_proof_rules.h>

Inheritance diagram for CVC3::ArrayProofRules:
CVC3::ArrayTheoremProducer

List of all members.

Public Member Functions


Constructor & Destructor Documentation

virtual CVC3::ArrayProofRules::~ArrayProofRules ( ) [inline, virtual]

Definition at line 38 of file array_proof_rules.h.


Member Function Documentation

virtual Theorem CVC3::ArrayProofRules::rewriteSameStore ( const Expr e,
int  n 
) [pure virtual]
virtual Theorem CVC3::ArrayProofRules::rewriteWriteWrite ( const Expr e) [pure virtual]
virtual Theorem CVC3::ArrayProofRules::rewriteReadWrite ( const Expr e) [pure virtual]
virtual Theorem CVC3::ArrayProofRules::rewriteReadWrite2 ( const Expr e) [pure virtual]

Implemented in CVC3::ArrayTheoremProducer.

virtual Theorem CVC3::ArrayProofRules::rewriteRedundantWrite1 ( const Theorem v_eq_r,
const Expr write 
) [pure virtual]
virtual Theorem CVC3::ArrayProofRules::rewriteRedundantWrite2 ( const Expr e) [pure virtual]
virtual Theorem CVC3::ArrayProofRules::interchangeIndices ( const Expr e) [pure virtual]
virtual Theorem CVC3::ArrayProofRules::readArrayLiteral ( const Expr e) [pure virtual]

Beta reduction of array literal: |- (array x. f(x))[arg] = f(arg)

Implemented in CVC3::ArrayTheoremProducer.

Referenced by CVC3::TheoryArray::rewrite().

virtual Theorem CVC3::ArrayProofRules::liftReadIte ( const Expr e) [pure virtual]

Lift ite over read.

Implemented in CVC3::ArrayTheoremProducer.

Referenced by CVC3::TheoryArray::rewrite().

virtual Theorem CVC3::ArrayProofRules::arrayNotEq ( const Theorem e) [pure virtual]

a /= b |- exists i. a[i] /= b[i]

Implemented in CVC3::ArrayTheoremProducer.

Referenced by CVC3::TheoryArray::assertFact().

virtual Theorem CVC3::ArrayProofRules::splitOnConstants ( const Expr a,
const std::vector< Expr > &  consts 
) [pure virtual]

Implemented in CVC3::ArrayTheoremProducer.

virtual Theorem CVC3::ArrayProofRules::propagateIndexDiseq ( const Theorem read1eqread2isFalse) [pure virtual]

The documentation for this class was generated from the following file: