|
CVC3
|
Structure to hold user assertions indexed by declaration order. More...

Public Member Functions | |
| UserAssertion () | |
| The proof of its TCC. | |
| UserAssertion (const Theorem &thm, const Theorem &tcc, size_t idx) | |
| Constructor. | |
| const Theorem & | thm () const |
| Fetching a Theorem. | |
| const Theorem & | tcc () const |
| Fetching a TCC. | |
| operator Theorem () | |
| Auto-conversion to Theorem. | |
Private Attributes | |
| size_t | d_idx |
| Theorem | d_thm |
| Theorem | d_tcc |
| The theorem of the assertion (a |- a) | |
Friends | |
| bool | operator< (const UserAssertion &a1, const UserAssertion &a2) |
| Comparison for use in std::map, to sort in declaration order. | |
Structure to hold user assertions indexed by declaration order.
|
inline |
|
inline |
Fetching a Theorem.
Definition at line 99 of file vcl.h.
Referenced by CVC3::VCL::getAssumptionsRec().
|
inline |
|
inline |
|
friend |
|
private |
1.8.2