Enum clingo::PropagatorCheckMode [] [src]

pub enum PropagatorCheckMode {
    None,
    Total,
    Fixpoint,
}

Supported check modes for propagators.

Variants

Do not call Propagator::check() at all

Call Propagator::check() on total assignment

Call Propagator::check() on propagation fixpoints

Trait Implementations

impl Debug for PropagatorCheckMode
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for PropagatorCheckMode
[src]

impl Clone for PropagatorCheckMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations