GRBModel.Set()

Set the value(s) of an attribute. Use this method for scalar model attributes, or for arrays of constraint or variable attributes.

void Set ( GRB.CharAttr attr,
    GRBVar[] vars,
    char[] newvalues )

void Set ( GRB.CharAttr attr,
    GRBVar[] vars,
    char[] newvalues,
    int start,
    int len )

void Set ( GRB.CharAttr attr,
    GRBVar[,] vars,
    char[,] newvalues )

void Set ( GRB.CharAttr attr,
    GRBVar[,,] vars,
    char[,,] newvalues )

void Set ( GRB.CharAttr attr,
    GRBConstr[] constrs,
    char[] newvalues )

void Set ( GRB.CharAttr attr,
    GRBConstr[] constrs,
    char[] newvalues,
    int start,
    int len )

void Set ( GRB.CharAttr attr,
    GRBConstr[,] constrs,
    char[,] newvalues )

void Set ( GRB.CharAttr attr,
    GRBConstr[,,] constrs,
    char[,,] newvalues )

void Set ( GRB.CharAttr attr,
    GRBQConstr[] qconstrs,
    char[] newvalues )

void Set ( GRB.CharAttr attr,
    GRBQConstr[] qconstrs,
    char[] newvalues,
    int start,
    int len )

void Set ( GRB.CharAttr attr,
    GRBQConstr[,] qconstrs,
    char[,] newvalues )

void Set ( GRB.CharAttr attr,
    GRBQConstr[,,] qconstrs,
    char[,,] newvalues )

void Set ( GRB.DoubleAttr attr,
    double newvalue )

void Set ( GRB.DoubleAttr attr,
    GRBVar[] vars,
    double[] newvalues )

void Set ( GRB.DoubleAttr attr,
    GRBVar[] vars,
    double[] newvalues,
    int start,
    int len )

void Set ( GRB.DoubleAttr attr,
    GRBVar[,] vars,
    double[,] newvalues )

void Set ( GRB.DoubleAttr attr,
    GRBVar[,,] vars,
    double[,,] newvalues )

void Set ( GRB.DoubleAttr attr,
    GRBConstr[] constrs,
    double[] newvalues )

void Set ( GRB.DoubleAttr attr,
    GRBConstr[] constrs,
    double[] newvalues,
    int start,
    int len )

void Set ( GRB.DoubleAttr attr,
    GRBConstr[,] constrs,
    double[,] newvalues )

void Set ( GRB.DoubleAttr attr,
    GRBConstr[,,] constrs,
    double[,,] newvalues )

void Set ( GRB.DoubleAttr attr,
    GRBQConstr[] qconstrs,
    double[] newvalues )

void Set ( GRB.DoubleAttr attr,
    GRBQConstr[] qconstrs,
    double[] newvalues,
    int start,
    int len )

void Set ( GRB.DoubleAttr attr,
    GRBQConstr[,] qconstrs,
    double[,] newvalues )

void Set ( GRB.DoubleAttr attr,
    GRBQConstr[,,] qconstrs,
    double[,,] newvalues )

void Set ( GRB.IntAttr attr,
    int newvalue )

void Set ( GRB.IntAttr attr,
    GRBVar[] vars,
    int[] newvalues )

void Set ( GRB.IntAttr attr,
    GRBVar[] vars,
    int[] newvalues,
    int start,
    int len )

void Set ( GRB.IntAttr attr,
    GRBVar[,] vars,
    int[,] newvalues )

void Set ( GRB.IntAttr attr,
    GRBVar[,,] vars,
    int[,,] newvalues )

void Set ( GRB.IntAttr attr,
    GRBConstr[] constrs,
    int[] newvalues )

void Set ( GRB.IntAttr attr,
    GRBConstr[] constrs,
    int[] newvalues,
    int start,
    int len )

void Set ( GRB.IntAttr attr,
    GRBConstr[,] constrs,
    int[,] newvalues )

void Set ( GRB.IntAttr attr,
    GRBConstr[,,] constrs,
    int[,,] newvalues )

void Set ( GRB.StringAttr attr,
    string newvalue )

void Set ( GRB.StringAttr attr,
    GRBVar[] vars,
    string[] newvalues )

void Set ( GRB.StringAttr attr,
    GRBVar[] vars,
    string[] newvalues,
    int start,
    int len )

void Set ( GRB.StringAttr attr,
    GRBVar[,] vars,
    string[,] newvalues )

void Set ( GRB.StringAttr attr,
    GRBVar[,,] vars,
    string[,,] newvalues )

void Set ( GRB.StringAttr attr,
    GRBConstr[] constrs,
    string[] newvalues )

void Set ( GRB.StringAttr attr,
    GRBConstr[] constrs,
    string[] newvalues,
    int start,
    int len )

void Set ( GRB.StringAttr attr,
    GRBConstr[,] constrs,
    string[,] newvalues )

void Set ( GRB.StringAttr attr,
    GRBConstr[,,] constrs,
    string[,,] newvalues )

void Set ( GRB.StringAttr attr,
    GRBQConstr[] qconstrs,
    string[] newvalues )

void Set ( GRB.StringAttr attr,
    GRBQConstr[] qconstrs,
    string[] newvalues,
    int start,
    int len )

void Set ( GRB.StringAttr attr,
    GRBQConstr[,] qconstrs,
    string[,] newvalues )

void Set ( GRB.StringAttr attr,
    GRBQConstr[,,] qconstrs,
    string[,,] newvalues )