Enum mop_blocks::ObjDirection[][src]

pub enum ObjDirection {
    Max,
    Min,
}

Objective direction

Variants

Maximization

Minimization

Trait Implementations

impl Clone for ObjDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ObjDirection
[src]

impl Debug for ObjDirection
[src]

Formats the value using the given formatter. Read more

impl Eq for ObjDirection
[src]

impl Hash for ObjDirection
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for ObjDirection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations