|
Public Member Functions |
| | Statistics (const VampireKernel &) |
| void | output (ostream &) const |
| void | toXML (ostream &) const |
| void | tabulate (ostream &) const |
Private Member Functions |
| bool | anyGeneratingInference () const |
| bool | anySimplifyingInference () const |
| bool | anyRedundantClause () const |
| bool | anySplitting () const |
| bool | anyDiscarded () const |
| void | outputTerminationReason (ostream &str) const |
Static Private Member Functions |
| void | tabulate (ostream &, const char *field, const char *value) |
| void | tabulate (ostream &, const char *field, int value) |
| void | tabulate (ostream &, const char *field, long value) |
| void | tabulate (ostream &, const char *field, float value) |
| void | startTab (ostream &, const char *field) |
| void | endTab (ostream &) |
| void | toXML (ostream &, const char *field, const char *value) |
| void | toXML (ostream &, const char *field, int value) |
| void | toXML (ostream &, const char *field, long value) |
| void | toXML (ostream &, const char *field, float value) |
| void | startXML (ostream &, const char *field) |
| void | endXML (ostream &) |
Private Attributes |
| const float | _versionNumber |
| const char * | _versionDescription |
| const VampireKernel::TerminationReason | _terminationReason |
| const float | _time |
| const long | _memory |
| const long | _generated |
| const long | _retained |
| const long | _used |
| const long | _currentlyActive |
| const long | _currentlyPassive |
| const long | _resolutions |
| const long | _forwardSuperpositions |
| const long | _backwardSuperpositions |
| const long | _equalityResolutions |
| const long | _equalityFactorings |
| const long | _preprocessed |
| const long | _reanimated |
| const long | _forwardSubsumptionResolutions |
| const long | _forwardDemodulated |
| const long | _backwardDemodulated |
| const long | _theoryInferences |
| const long | _forwardSubsumed |
| const long | _backwardSubsumed |
| const long | _discardedPropositionalTautologies |
| const long | _discardedEquationalTautologies |
| const long | _murderedPassiveOrphans |
| const long | _murderedActiveOrphans |
| const long | _splittingInferences |
| const long | _differentSplitComponents |
| const float | _averageLiteralsPerComponent |
| const long | _forwardDemodulatedOnBranches |
| const long | _backwardDemodulatedOnBranches |
| const long | _discardedWithTooHeavyLiterals |
| const long | _discardedTooDeep |
| const long | _discardedTooHeavy |
| const long | _discardedWithTooManyVariables |
| const long | _newClausesDiscardedDueToLackOfMemory |
| const long | _recycledDueToLackOfResources |