SatSolverParams.RandSenseProb Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets a sense that is chosen randomly.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Overridable Property RandSenseProb As Double
public virtual double RandSenseProb { get; set; }
public:
virtual property double RandSenseProb {
double get ();
void set (double value);
}
abstract RandSenseProb : float with get, set
override RandSenseProb : float with get, set
function get RandSenseProb () : double
function set RandSenseProb (value : double)
Property Value
Type: System.Double
A sense that is chosen randomly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.