Enum clingo::HeuristicType [] [src]

pub enum HeuristicType {
    Level,
    Sign,
    Factor,
    Init,
    True,
    False,
}

Enumeration of different heuristic modifiers.

Variants

Set the level of an atom

Configure which sign to chose for an atom

Modify VSIDS factor of an atom

Modify the initial VSIDS score of an atom

Set the level of an atom and choose a positive sign

Set the level of an atom and choose a negative sign

Trait Implementations

impl Debug for HeuristicType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for HeuristicType
[src]

impl Clone for HeuristicType
[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 HeuristicType

impl Sync for HeuristicType