Extend the search with propagators for arbitrary theories.  
More...
 | 
| 
  | Clingo::CLINGO_ENABLE_BITSET_ENUM (ClauseFlags) | 
|   | Enable bitset enumeration for ClauseFlags. 
  | 
|   | 
Extend the search with propagators for arbitrary theories. 
◆ ClauseFlags
Enumeration of clause flags. 
| Enumerator | 
|---|
| none  | The empty set of flags.  
 | 
| lock  | Exempt the clause from deletion.  
 | 
| tag  | Delete the clause at the end of the current solving step.  
 | 
 
 
◆ PropagatorCheckMode
Enumeration of propagator check modes. 
| Enumerator | 
|---|
| none  | Do not call check at all.  
 | 
| total  | Call check on total assignments.  
 | 
| fixpoint  | Call check on propagation fixpoints.  
 | 
| both  | Call check on propagation fixpoints and total assignments.  
 | 
 
 
◆ PropagatorUndoMode
Enumeration of propagator undo modes. 
| Enumerator | 
|---|
| default_  | Call undo for non-empty change lists.  
 | 
| always  | Also call undo for empty change lists.  
 | 
 
 
◆ WeightConstraintType
Enumeration of weight constraint types. 
| Enumerator | 
|---|
| implication_left  | The weight constraint implies the literal.  
 | 
| implication_right  | The literal implies the weight constraint.  
 | 
| equivalence  | The weight constraint is equivalent to the literal.  
 |