6 #ifndef KNOWROB_DISJUNCTION_FORMULA_H_
7 #define KNOWROB_DISJUNCTION_FORMULA_H_
10 #include "knowrob/terms/Term.h"
11 #include <knowrob/formulas/CompoundFormula.h>
17 class Disjunction :
public CompoundFormula {
Disjunction(const std::vector< FormulaPtr > &formulae)
bool isEqual(const Formula &other) const override
const char * operator_symbol() const override
FormulaPtr operator|(const FormulaPtr &phi, const FormulaPtr &psi)
std::shared_ptr< Formula > FormulaPtr