Modifier and Type | Method and Description |
---|---|
static GRB.IntAttr |
GRB.IntAttr.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GRB.IntAttr[] |
GRB.IntAttr.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
GRBGenConstr.get(GRB.IntAttr attr)
Query the value of an int-valued attribute.
|
int |
GRBQConstr.get(GRB.IntAttr attr)
Query the value of an int-valued attribute.
|
int |
GRBModel.get(GRB.IntAttr attr)
Query the value of an int-valued model attribute.
|
int |
GRBConstr.get(GRB.IntAttr attr)
Query the value of an int-valued attribute.
|
int |
GRBVar.get(GRB.IntAttr attr)
Query the value of an int-valued attribute.
|
int |
GRBBatch.get(GRB.IntAttr attr)
Query the value of an int-valued batch attribute.
|
int |
GRBSOS.get(GRB.IntAttr attr)
Query the value of an SOS attribute.
|
int[] |
GRBModel.get(GRB.IntAttr attr,
GRBConstr[] constrs)
Query an int-valued constraint attribute for an array of constraints.
|
int[][] |
GRBModel.get(GRB.IntAttr attr,
GRBConstr[][] constrs)
Query an int-valued constraint attribute for a two-dimensional array
of constraints.
|
int[][][] |
GRBModel.get(GRB.IntAttr attr,
GRBConstr[][][] constrs)
Query an int-valued constraint attribute for a three-dimensional array
of constraints.
|
int[] |
GRBModel.get(GRB.IntAttr attr,
GRBConstr[] constrs,
int start,
int len)
Query an int-valued constraint attribute for a sub-array of
constraints.
|
int[] |
GRBModel.get(GRB.IntAttr attr,
GRBGenConstr[] genconstrs)
Query an int-valued general constraint attribute for an array of
general constraints.
|
int[][] |
GRBModel.get(GRB.IntAttr attr,
GRBGenConstr[][] genconstrs)
Query an int-valued general constraint attribute for a two-dimensional
array of general constraints.
|
int[][][] |
GRBModel.get(GRB.IntAttr attr,
GRBGenConstr[][][] genconstrs)
Query an int-valued general constraint attribute for a three-
dimensional array of general constraints.
|
int[] |
GRBModel.get(GRB.IntAttr attr,
GRBGenConstr[] genconstrs,
int start,
int len)
Query an int-valued general constraint attribute for a sub-array of
general constraints.
|
int[] |
GRBModel.get(GRB.IntAttr attr,
GRBQConstr[] qconstrs)
Query an int-valued quadratic constraint attribute for an array of
quadratic constraints.
|
int[][] |
GRBModel.get(GRB.IntAttr attr,
GRBQConstr[][] qconstrs)
Query an int-valued quadratic constraint attribute for a two-
dimensional array of quadratic constraints.
|
int[][][] |
GRBModel.get(GRB.IntAttr attr,
GRBQConstr[][][] qconstrs)
Query an int-valued quadratic constraint attribute for a three-
dimensional array of quadratic constraints.
|
int[] |
GRBModel.get(GRB.IntAttr attr,
GRBQConstr[] qconstrs,
int start,
int len)
Query an int-valued quadratic constraint attribute for a sub-array of
quadratic constraints.
|
int[] |
GRBModel.get(GRB.IntAttr attr,
GRBVar[] vars)
Query an int-valued variable attribute for an array of variables.
|
int[][] |
GRBModel.get(GRB.IntAttr attr,
GRBVar[][] vars)
Query an int-valued variable attribute for a two-dimensional array of
variables.
|
int[][][] |
GRBModel.get(GRB.IntAttr attr,
GRBVar[][][] vars)
Query an int-valued variable attribute for a three-dimensional array
of variables.
|
int[] |
GRBModel.get(GRB.IntAttr attr,
GRBVar[] vars,
int start,
int len)
Query an int-valued variable attribute for a sub-array of variables.
|
void |
GRBModel.prefetchAttr(GRB.IntAttr attr) |
void |
GRBModel.set(GRB.IntAttr attr,
GRBConstr[][][] constrs,
int[][][] newvals)
Set an int-valued constraint attribute for a three-dimensional array
of constraints.
|
void |
GRBModel.set(GRB.IntAttr attr,
GRBConstr[][] constrs,
int[][] newvals)
Set an int-valued constraint attribute for a two-dimensional array of
constraints.
|
void |
GRBModel.set(GRB.IntAttr attr,
GRBConstr[] constrs,
int[] newvals)
Set an int-valued constraint attribute for an array of constraints.
|
void |
GRBModel.set(GRB.IntAttr attr,
GRBConstr[] constrs,
int[] newvals,
int start,
int len)
Set an int-valued constraint attribute for a sub-array of constraints.
|
void |
GRBModel.set(GRB.IntAttr attr,
GRBVar[][][] vars,
int[][][] newvals)
Set an int-valued variable attribute for a three-dimensional array of
variables.
|
void |
GRBModel.set(GRB.IntAttr attr,
GRBVar[][] vars,
int[][] newvals)
Set an int-valued variable attribute for a two-dimensional array of
variables.
|
void |
GRBModel.set(GRB.IntAttr attr,
GRBVar[] vars,
int[] newvals)
Set an int-valued variable attribute for an array of variables.
|
void |
GRBModel.set(GRB.IntAttr attr,
GRBVar[] vars,
int[] newvals,
int start,
int len)
Set an int-valued variable attribute for a sub-array of variables.
|
void |
GRBGenConstr.set(GRB.IntAttr attr,
int newval)
Set the value of an int-valued attribute.
|
void |
GRBQConstr.set(GRB.IntAttr attr,
int newval)
Set the value of an int-valued attribute.
|
void |
GRBModel.set(GRB.IntAttr attr,
int newval)
Set the value of an int-valued model attribute.
|
void |
GRBConstr.set(GRB.IntAttr attr,
int newval)
Set the value of an int-valued attribute.
|
void |
GRBVar.set(GRB.IntAttr attr,
int newval)
Set the value of an int-valued attribute.
|
void |
GRBSOS.set(GRB.IntAttr attr,
int newval)
Set the value of an int-valued attribute.
|
Copyright © 2024. All rights reserved.