Clingo
Loading...
Searching...
No Matches
theory.hh
1#pragma once
2
3#include <clingo/control/context.hh>
4
5#include <clingo/input/theory.hh>
6
7namespace CppClingo::Control {
8
11
14
17
19
20} // namespace CppClingo::Control
Context object holding necessary data for translating from input to ground representation.
Definition context.hh:39
A theory atom.
Definition theory.hh:239
void build_bd_lit(BuildContext &ctx, Input::BdLitAggregate const &lit)
Translate body aggregates.
void build_hd_lit(BuildContext &ctx, Input::HdLitAggregate const &lit)
Translate head aggregates.