6 #ifndef KNOWROB_IMPLICATION_H
7 #define KNOWROB_IMPLICATION_H
15 class Implication :
public CompoundFormula {
Implication(const FormulaPtr &antecedent, const FormulaPtr &consequent)
const FormulaPtr & antecedent() const
bool isEqual(const Formula &other) const override
const FormulaPtr & consequent() const
const char * operator_symbol() const override
std::shared_ptr< Formula > FormulaPtr