Enum gurobi_sys::StringParam [] [src]

pub enum StringParam {
    LogFile,
    NodefileDir,
    ResultFile,
    WorkerPool,
    WorkerPassword,
    Dummy,
}

Variants

LogFile
NodefileDir
ResultFile
WorkerPool
WorkerPassword
Dummy

Trait Implementations

Derived Implementations

impl Debug for StringParam
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.