Enum gurobi::VarType [] [src]

pub enum VarType {
    Binary,
    Continuous(f64f64),
    Integer(i64i64),
}

Type for new variable

Variants

Trait Implementations

impl Copy for VarType
[src]

impl Clone for VarType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VarType
[src]

Formats the value using the given formatter.

impl Into<(c_char, f64, f64)> for VarType
[src]

Performs the conversion.