Literal Structure
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines a Boolean variable or the negation of a Boolean variable.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The Literal type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares one literal to another literal. |
![]() | Equals | Returns a value that indicates whether a literal is equal to an object. (Overrides ValueType.Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Computes the hash code of a value. (Overrides ValueType.GetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Converts the numeric value of the current literal to its equivalent string representation. (Overrides ValueType.ToString.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Returns a value that indicates whether two literals are equal. |
![]() ![]() | GreaterThan | Returns a value that indicates whether one literal is greater than another literal. |
![]() ![]() | GreaterThanOrEqual | Returns a value that indicates whether one literal is greater than or equal to another literal. |
![]() ![]() | Inequality | Returns a value that indicates whether two literals are unequal. |
![]() ![]() | LessThan | Returns a value that indicates whether one literal is less than another literal. |
![]() ![]() | LessThanOrEqual | Returns a value that indicates whether one literal is less than or equal to another literal. |
![]() ![]() | OnesComplement | Returns the bitwise one's complement of a literal. |
Show:
