assign Method
Assign an XPRBexpr to the current XPRBsos Special Ordered Set.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBvar var = new XPRBvar("Variable"); XPRBsos sos = new XPRBsos(); XPRBexpr exp = new XPRBexpr(2.3*var - 6.9); ... sos.assign(exp);
