JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. print Method Print out the constraint. Namespace: BCL Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0 Syntax C# VB Copy public int print() Public Function print As Integer Return ValueType: Int32 1 on failure, 0 on success. Examples XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); ... ctr.print(); See Also Reference XPRBctr Class BCL Namespace Parent Topic XPRBctr Methods