GRBModel.AddQConstr()

Add a quadratic constraint to a model. Multiple signatures are available.

Important note: Gurobi can handle both convex and non-convex quadratic constraints. The differences between them can be both important and subtle. Refer to this discussion for additional information.

GRBQConstr AddQConstr ( GRBQuadExpr lhsExpr,
    char sense,
    GRBQuadExpr rhsExpr,
    string name )

GRBQConstr AddQConstr ( GRBTempConstr tempConstr,
    string name )