SatSolution.Neg Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a collection of all negative literals.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property Neg As IEnumerable(Of Integer)
public IEnumerable<int> Neg { get; }
public:
property IEnumerable<int>^ Neg {
    IEnumerable<int>^ get ();
}
member Neg : IEnumerable<int>
function get Neg () : IEnumerable<int>

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
A collection of all negative literals.

.NET Framework Security

See Also

Reference

SatSolution Class

Microsoft.SolverFoundation.Solvers Namespace