VDSVERBOSE Property
Prints some running information during solving if true.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public bool VERBOSE { get; set; }VB
Public Property VERBOSE As Boolean
Get
SetC++
public:
property bool VERBOSE {
bool get ();
void set (bool value);
}F#
member VERBOSE : bool with get, set