Clingo
|
Captures statements depending cyclically on each other. More...
#include <program.hh>
Public Member Functions | |
Component (bool domain) | |
Construct a component. | |
void | add (UStm stm) |
Add a statement to a component. | |
auto | stms () const -> UStmVec const & |
Get the statements in the component. | |
auto | domain () const -> bool |
Return true if the statements in this component only derive facts. | |
Captures statements depending cyclically on each other.
|
inline |
Construct a component.
If domain is true, then the component does not contain negative edges.