Initializing help system before first use

isValid Method

Flag indicating whether the solution is correctly defined.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public bool isValid()

Return Value

Type:  Boolean
Examples
XPRBsol sol1; ... if (!sol1.isValid()) Console.WriteLine("Error in solution definition");
See Also