GRBModel.AddGenConstrNorm()

Add a new general constraint of type GRB.GENCONSTR_NORM to a model.

A NORM constraint $r = \mbox{norm}\{x_1,\ldots,x_n\}$ states that the resultant variable $r$ should be equal to the vector norm of the argument vector $x_1,\ldots,x_n$.

GRBGenConstr AddGenConstrNorm ( GRBVar resvar,
    GRBVar[] vars,
    double which,
    string name )