3#include <clingo/input/statement.hh>
7namespace CppClingo::Input {
52 vars.reserve(size_hint);
63 vars.reserve(size_hint);
The Location of an expression in an input source.
Definition location.hh:44
Reference to a string stored in a symbol store.
Definition symbol.hh:18
std::variant< BdLitSimple, BdLitConjunction, BdLitAggregate, BdLitSetAggregate, BdLitTheoryAtom > BdLit
A body literal.
Definition body_literal.hh:116