6 #include <gtest/gtest.h>
7 #include "knowrob/formulas/Bottom.h"
8 #include "knowrob/integration/python/utils.h"
13 static std::shared_ptr<Bottom> singleton(
new Bottom);
33 class_<Bottom, std::shared_ptr<Bottom>, bases<Predicate>>
35 .def(
"get", &
Bottom::get, return_value_policy<copy_const_reference>());
39 TEST(bottom_term, isGround) {
TEST(bottom_term, isGround)
void write(std::ostream &os) const override
static const std::shared_ptr< Bottom > & get()
bool isEqual(const Formula &other) const override
void createType< Bottom >()
std::shared_ptr< Term > TermPtr