#include <Clause.hpp>
Public Member Functions | |
| Clause () | |
| Clause (const LiteralList &lits) | |
| Clause (const Clause &t) | |
| Clause (const VampireKernel::Clause *, const VampireKernel &kernel) | |
| ~Clause () | |
| void | operator= (const Clause &rhs) |
| const LiteralList & | literals () const |
| bool | isless (Clause l) const |
| Compare | compare (Clause l) const |
| void | normalize () |
| bool | isEqualityAxiom () const |
| bool | isEmpty () const |
| bool | isFunctionDefinition (Term &lhs, Term &rhs) const |
| bool | isRenamingOf (Clause c) const |
Private Member Functions | |
| bool | isReflexivityAxiom () const |
| bool | isFunctionReflexivityAxiom () const |
| bool | isPredicateReflexivityAxiom () const |
| bool | isSymmetryAxiom () const |
| bool | isTransitivityAxiom () const |
Private Attributes | |
| Data * | _data |
Copyright (C) Andrei Voronkov and Alexandre Riazanov
Andrei Voronkov <voronkov@cs.man.ac.uk>, <andrei@voronkov.com>
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
This software is an adaptation of the theorem prover Vampire for working with large knowledge bases in the KIF format, see http://www.prover.info for publications on Vampire. Copyright (C) Andrei Voronkov and Alexandre Riazanov
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2