JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. reset Method Resets the current XPRBsos reference. Namespace: BCL Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0 Syntax C# VB Copy public void reset() Public Sub reset Examples XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... sos.reset(); See Also Reference XPRBsos Class BCL Namespace Parent Topic XPRBsos Methods