#include <Refutation.hpp>
Public Member Functions | |
Refutation (const VampireKernel &kernel, const Problem &problem) | |
Unit | condense () const |
const VampireKernel & | kernel () const |
const Problem & | problem () const |
Private Member Functions | |
Unit | collect (const VampireKernel::Clause *, Map &map) |
UnitList | collect (const VampireKernel::Clause::Ancestor *ancestors, Map &map) |
Unit | condense (Unit root, Map &condenced) const |
UnitList | condense (UnitList units, Map &condensed) const |
Private Attributes | |
const VampireKernel & | _kernel |
const Problem & | _problem |
Unit | _goal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|