pl_search_cpp 1.4
|
Implementation of the Pred class and its derived classes. More...
#include "pl_search/pred.hpp"
#include "pl_search/choice_iterator.hpp"
#include "pl_search/engine.hpp"
#include "pl_search/term.hpp"
Namespaces | |
namespace | pl_search |
Functions | |
PredPtr | pl_search::conjunction (std::vector< PredPtr > preds) |
Represents a conjunction of predicates by chaining them together via continuations. | |
std::string | pl_search::repr (PredPtr pred) |
Implementation of the Pred class and its derived classes.