[][src]Type Definition clingo_sys::clingo_clause_type

type clingo_clause_type = u32;

Enumeration of clause types determining the lifetime of a clause.

Clauses in the solver are either cleaned up based on a configurable deletion policy or at the end of a solving step. The values of this enumeration determine if a clause is subject to one of the above deletion strategies.