Enum gurobi::attr::IntAttr
[−]
pub enum IntAttr {
NumConstrs,
NumVars,
NumSOS,
NumQConstrs,
NumNZs,
NumQNZs,
NumQCNZs,
NumIntVars,
NumBinVars,
NumPWLObjVars,
ModelSense,
IsMIP,
IsQP,
IsQCP,
Status,
SolCount,
BarIterCount,
VBasis,
CBasis,
PWLObjCvx,
BranchPriority,
VarPreStat,
BoundVioIndex,
BoundSVioIndex,
ConstrVioIndex,
ConstrSVioIndex,
ConstrResidualIndex,
ConstrSResidualIndex,
DualVioIndex,
DualSVioIndex,
DualResidualIndex,
DualSResidualIndex,
ComplVioIndex,
IntVioIndex,
IISMinimal,
IISLB,
IISUB,
IISConstr,
IISSOS,
IISQConstr,
TuneResultCount,
Lazy,
VarHintPri,
}Variants
NumConstrsNumVarsNumSOSNumQConstrsNumNZsNumQNZsNumQCNZsNumIntVarsNumBinVarsNumPWLObjVarsModelSenseIsMIPIsQPIsQCPStatusSolCountBarIterCountVBasisCBasisPWLObjCvxBranchPriorityVarPreStatBoundVioIndexBoundSVioIndexConstrVioIndexConstrSVioIndexConstrResidualIndexConstrSResidualIndexDualVioIndexDualSVioIndexDualResidualIndexDualSResidualIndexComplVioIndexIntVioIndexIISMinimalIISLBIISUBIISConstrIISSOSIISQConstrTuneResultCountLazyVarHintPriTrait Implementations
impl Clone for IntAttr
fn clone(&self) -> IntAttr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more