6 #ifndef KNOWROB_NEGATED_FORMULA_H
7 #define KNOWROB_NEGATED_FORMULA_H
16 class Negation :
public CompoundFormula {
const FormulaPtr & negatedFormula() const
Negation(const FormulaPtr &formula)
const char * operator_symbol() const override
bool isEqual(const Formula &other) const override
std::shared_ptr< Formula > FormulaPtr
FormulaPtr operator~(const FormulaPtr &phi)