XPRBprob Constructor
Create the XPRBprob object.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- name
-
Type:
SystemString
The string name of the new XPRBprob problem.
Return Value
Type:The new XPRBprob object.

XPRBprob prob = new XPRBprob("NewProblem1");
