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