CVC3
|
#include <theorem.h>
Author: Sergey Berezin
Created: Tue Nov 4 17:57:07 2003
Implements the 3-valued theorem used for the user assertions and the result of query. It is simply a wrapper around class Theorem, but has a different semantic meaning: the formula may have partial functions and has the Kleene's 3-valued interpretation. The fact that a Theorem3 value is derived means that the TCCs for the formula and all of its assumptions are valid in the current context, and the proofs of TCCs contribute to the set of assumptions.
CVC3::Theorem3::Theorem3 | ( | TheoremManager * | tm, |
const Expr & | thm, | ||
const Assumptions & | assump, | ||
const Proof & | pf, | ||
bool | isAssump = false , |
||
int | scope = -1 |
||
) | [inline, private] |
CVC3::Theorem3::Theorem3 | ( | TheoremManager * | tm, |
const Expr & | lhs, | ||
const Expr & | rhs, | ||
const Assumptions & | assump, | ||
const Proof & | pf | ||
) | [inline, private] |
void CVC3::Theorem3::printDebug | ( | ) | const [inline] |
Definition at line 341 of file theorem.h.
References d_thm, and CVC3::Theorem::printDebug().
bool CVC3::Theorem3::isNull | ( | ) | const [inline] |
Definition at line 351 of file theorem.h.
References d_thm, and CVC3::Theorem::isNull().
bool CVC3::Theorem3::isRewrite | ( | ) | const [inline] |
Definition at line 354 of file theorem.h.
References d_thm, and CVC3::Theorem::isRewrite().
bool CVC3::Theorem3::isAssump | ( | ) | const [inline] |
Definition at line 355 of file theorem.h.
References d_thm, and CVC3::Theorem::isAssump().
Expr CVC3::Theorem3::getExpr | ( | ) | const [inline] |
Definition at line 358 of file theorem.h.
References d_thm, and CVC3::Theorem::getExpr().
Referenced by CVC3::CommonTheoremProducer::implIntro3().
const Expr& CVC3::Theorem3::getLHS | ( | ) | const [inline] |
Definition at line 359 of file theorem.h.
References d_thm, and CVC3::Theorem::getLHS().
const Expr& CVC3::Theorem3::getRHS | ( | ) | const [inline] |
Definition at line 360 of file theorem.h.
References d_thm, and CVC3::Theorem::getRHS().
const Assumptions& CVC3::Theorem3::getAssumptionsRef | ( | ) | const [inline] |
Definition at line 365 of file theorem.h.
References d_thm, and CVC3::Theorem::getAssumptionsRef().
Referenced by CVC3::VCL::deriveClosure(), and CVC3::CommonTheoremProducer::implIntro3().
Proof CVC3::Theorem3::getProof | ( | ) | const [inline] |
Definition at line 370 of file theorem.h.
References d_thm, and CVC3::Theorem::getProof().
Referenced by CVC3::CommonTheoremProducer::implIntro3().
int CVC3::Theorem3::getScope | ( | ) | const [inline] |
Definition at line 374 of file theorem.h.
References d_thm, and CVC3::Theorem::getScope().
bool CVC3::Theorem3::withProof | ( | ) | const [inline] |
Definition at line 377 of file theorem.h.
References d_thm, and CVC3::Theorem::withProof().
bool CVC3::Theorem3::withAssumptions | ( | ) | const [inline] |
Definition at line 378 of file theorem.h.
References d_thm, and CVC3::Theorem::withAssumptions().
void CVC3::Theorem3::printx | ( | ) | const [inline] |
Definition at line 384 of file theorem.h.
References d_thm, and CVC3::Theorem::printx().
void CVC3::Theorem3::print | ( | ) | const [inline] |
Definition at line 385 of file theorem.h.
References d_thm, and CVC3::Theorem::print().
bool CVC3::Theorem3::isAbsLiteral | ( | ) | const [inline] |
Check if the theorem is a literal.
Definition at line 388 of file theorem.h.
References d_thm, and CVC3::Theorem::isAbsLiteral().
friend class TheoremProducer [friend] |
std::ostream& operator<< | ( | std::ostream & | os, |
const Theorem3 & | t | ||
) | [friend] |
Theorem CVC3::Theorem3::d_thm [private] |
Definition at line 314 of file theorem.h.
Referenced by getAssumptionsRef(), getExpr(), getLHS(), getProof(), getRHS(), getScope(), isAbsLiteral(), isAssump(), isNull(), isRewrite(), print(), printDebug(), printx(), withAssumptions(), and withProof().