Clingo
Loading...
Searching...
No Matches
condlit.hh
1
#pragma once
2
3
#include <clingo/control/context.hh>
4
5
#include <clingo/input/literal.hh>
6
7
namespace
CppClingo::Control {
8
11
13
void
build_hd_lit
(
BuildContext
&ctx,
Input::HdLitDisjunction
const
&lit);
14
16
void
build_bd_lit
(
BuildContext
&ctx,
Input::BdLitConjunction
const
&lit);
17
19
20
}
// namespace CppClingo::Control
CppClingo::Control::BuildContext
Context object holding necessary data for translating from input to ground representation.
Definition
context.hh:39
CppClingo::Input::BdLitConjunction
A conditional literal in a rule body.
Definition
body_literal.hh:32
CppClingo::Input::HdLitDisjunction
A disjunction of conditional literals.
Definition
head_literal.hh:37
CppClingo::Control::build_bd_lit
void build_bd_lit(BuildContext &ctx, Input::BdLitAggregate const &lit)
Translate body aggregates.
CppClingo::Control::build_hd_lit
void build_hd_lit(BuildContext &ctx, Input::HdLitAggregate const &lit)
Translate head aggregates.
clingo
control
condlit.hh
Generated by
1.9.8