3#include <clingo/input/statement.hh>
5#include <clingo/core/logger.hh>
7namespace CppClingo::Input {
Simple logger to report message to stderr or via a callback.
Definition logger.hh:63
std::variant< BdLitSimple, BdLitConjunction, BdLitAggregate, BdLitSetAggregate, BdLitTheoryAtom > BdLit
A body literal.
Definition body_literal.hh:116