Enum clingo::ModelType [] [src]

pub enum ModelType {
    StableModel,
    BraveConsequences,
    CautiousConsequences,
}

Enumeration for the different model types.

Variants

The model represents a stable model.

The model represents a set of brave consequences.

The model represents a set of cautious consequences.

Trait Implementations

impl Debug for ModelType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ModelType
[src]

impl Clone for ModelType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ModelType

impl Sync for ModelType