Prints some running information during solving if true.
Namespace:
ASAP.NRP.Solvers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic bool VERBOSE { get; set; }
Public Property VERBOSE As Boolean
Get
Set
public:
property bool VERBOSE {
bool get ();
void set (bool value);
}
member VERBOSE : bool with get, set
Property Value
Type:
Boolean
See Also