6 #include <knowrob/formulas/CompoundFormula.h>
8 #include "knowrob/integration/python/utils.h"
13 const std::vector<std::shared_ptr<Formula>> &formulae)
16 isGround_ = isGround1();
19 bool CompoundFormula::isGround1()
const {
21 [](
const std::shared_ptr<Formula> &x) { return x->isGround(); });
30 for (uint32_t i = 0; i <
formulae_.size(); i++) {
44 class_<CompoundFormula, std::shared_ptr<CompoundFormula>, boost::noncopyable, bases<Formula>>
45 (
"CompoundFormula", no_init)
void createType< CompoundFormula >()