Enum gurobi_sys::DoubleParam [] [src]

pub enum DoubleParam {
    Cutoff,
    IterationLimit,
    NodeLimit,
    TimeLimit,
    FeasibilityTol,
    IntFeasTol,
    MarkowitzTol,
    MIPGap,
    MIPGapAbs,
    OptimalityTol,
    PerturbValue,
    Heuristics,
    ObjScale,
    NodefileStart,
    BarConvTol,
    BarQCPConvTol,
    PSDTol,
    ImproveStartGap,
    ImproveStartNodes,
    ImproveStartTime,
    FeasRelaxBigM,
    TuneTimeLimit,
    PreSOS1BigM,
    PreSOS2BigM,
}

Variants

Trait Implementations

impl Debug for DoubleParam
[src]

Formats the value using the given formatter.

impl Copy for DoubleParam
[src]

impl Clone for DoubleParam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more