3#include <clingo/input/rewrite.hh>
5namespace CppClingo::Input {
Helper to pass arguments to rewrite functions.
Definition rewrite_context.hh:97
std::variant< BdLitSimple, BdLitConjunction, BdLitAggregate, BdLitSetAggregate, BdLitTheoryAtom > BdLit
A body literal.
Definition body_literal.hh:116