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