GRBModel.addGenConstrAbs()

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

An ABS constraint $r = \mbox{abs}\{x\}$ states that the resultant variable $r$ should be equal to the absolute value of the argument variable $x$.

GRBGenConstr addGenConstrAbs ( GRBVar resvar,
    GRBVar argvar,
    String name )