CspPowerList Class

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

Defines power-list domains.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Solvers.CspComposite
    Microsoft.SolverFoundation.Solvers.CspPowerList

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

Syntax

'Declaration
Public NotInheritable Class CspPowerList _
    Inherits CspComposite
public sealed class CspPowerList : CspComposite
public ref class CspPowerList sealed : public CspComposite
[<Sealed>]
type CspPowerList =  
    class
        inherit CspComposite
    end
public final class CspPowerList extends CspComposite

The CspPowerList type exposes the following members.

Properties

  Name Description
Public property False Gets the Boolean CspTerm {false}. (Inherited from CspComposite.)
Public property IsEmpty Returns a value that indicates whether a model in a solver is empty. (Inherited from CspComposite.)
Public property Key Gets the key of a composite data type. (Inherited from CspComposite.)
Public property Kind Gets the type of values in a power-list domain.
Public property True Gets the Boolean CspTerm {true}. (Inherited from CspComposite.)

Top

Methods

  Name Description
Public method Abs Computes the absolute value. (Inherited from CspComposite.)
Public method AddConstraints Returns a value that indicates whether all composite-wise constraint functions added to a model are valid. (Inherited from CspComposite.)
Public method AddField Adds a member. (Inherited from CspComposite.)
Public method And Performs a Boolean AND operation. (Inherited from CspComposite.)
Public method AtMostMofN Tests that at most m inputs are true. (Inherited from CspComposite.)
Public method Constant(Double) Gets a term for the immutable real value k with double precision. (Inherited from CspComposite.)
Public method Constant(Int32) Gets a term for the immutable value k. (Inherited from CspComposite.)
Public method Constant(Int32, Double) Gets a term for the immutable real value k. (Inherited from CspComposite.)
Public method Constant(CspDomain, String) Gets a term for the immutable symbol value k. (Inherited from CspComposite.)
Public method Equal(array<CspTerm[]) Tests if all inputs are equal. (Inherited from CspComposite.)
Public method Equal(Int32, array<CspTerm[]) Tests if all inputs are equal to a constant. (Inherited from CspComposite.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method ExactlyMofN Tests if exactly m of the inputs are true. (Inherited from CspComposite.)
Public method Fields Accesses the field of the composite that has the given key. (Inherited from CspComposite.)
Public method FilteredSum Adds the conditional inputs. (Inherited from CspComposite.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Greater(array<CspTerm[]) Returns a value that indicates whether each input is greater than the following input. (Inherited from CspComposite.)
Public method Greater(Int32, array<CspTerm[]) Returns a value that indicates whether a constant is greater than each input. (Inherited from CspComposite.)
Public method GreaterEqual(array<CspTerm[]) Returns a value that indicates whether each input is greater than or equal to the following input. (Inherited from CspComposite.)
Public method GreaterEqual(Int32, array<CspTerm[]) Returns a value that indicates whether a constant is greater than or equal to the input. (Inherited from CspComposite.)
Public method Implies Tests for logical implication between two inputs. (Inherited from CspComposite.)
Public method Index(array<CspTerm[], CspTerm) Returns the value of the inputs[index]. (Inherited from CspComposite.)
Public method Index(array<CspTerm[], array<CspTerm[]) Returns the input value selected by the keys. (Inherited from CspComposite.)
Public method Index(array<array<CspTerm[][], CspTerm, CspTerm) Returns the value of the inputs[row][column]. (Inherited from CspComposite.)
Public method Index(array<array<CspTerm[][], CspTerm, Int32) Returns the value of the inputs[row][column]. (Inherited from CspComposite.)
Public method Index(array<array<CspTerm[][], Int32, CspTerm) Returns the value of the inputs[row][column]. (Inherited from CspComposite.)
Public method IsElementOf Returns a value that indicates if an input is a member of a domain. (Inherited from CspComposite.)
Public method Less(array<CspTerm[]) Returns a value that indicates if an input is less than the following input. (Inherited from CspComposite.)
Public method Less(Int32, array<CspTerm[]) Returns a value that indicates if an input is less than a constant. (Inherited from CspComposite.)
Public method LessEqual(array<CspTerm[]) Returns a value that indicates if an input is less than or equal to the following input. (Inherited from CspComposite.)
Public method LessEqual(Int32, array<CspTerm[]) Returns a value that indicates if an input is less than or equal to a constant. (Inherited from CspComposite.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Neg Negates the input. (Inherited from CspComposite.)
Public method Not Performs the Boolean inverse of the input. (Inherited from CspComposite.)
Public method Or Performs the Boolean OR of the inputs. (Inherited from CspComposite.)
Public method Power Raises an input to the power of a specified value. (Inherited from CspComposite.)
Public method Product Returns the product of the inputs. (Inherited from CspComposite.)
Public method Sum Adds the inputs. (Inherited from CspComposite.)
Public method SumProduct Performs the sum of the pairwise-product of the inputs. (Inherited from CspComposite.)
Public method TableDecimal Creates a relation constraint by using the column variables and inputs. (Inherited from CspComposite.)
Public method TableDomain(array<CspTerm[], array<array<CspDomain[][]) Creates a relation constraint by using the column variables and inputs. (Inherited from CspComposite.)
Public method TableDomain(array<CspTerm[], IEnumerable<IEnumerable<CspDomain>>) Creates a relation constraint by using the column variables and inputs. (Inherited from CspComposite.)
Public method TableInteger Creates a relation constraint by using the column variables and inputs. (Inherited from CspComposite.)
Public method TableSymbol Creates a relation constraint by using the column variables and inputs. (Inherited from CspComposite.)
Public method TableTerm(array<CspTerm[], array<array<CspTerm[][]) Creates a relation constraint by using the column variables and inputs. (Inherited from CspComposite.)
Public method TableTerm(array<CspTerm[], IEnumerable<IEnumerable<CspTerm>>) Creates a relation constraint by using the column variables and inputs. (Inherited from CspComposite.)
Public method ToString Converts a CspComposite object to its equivalent string representation. (Inherited from CspComposite.)
Public method Unequal(array<CspTerm[]) Returns a value that indicates if every pairing of the inputs is unequal. (Inherited from CspComposite.)
Public method Unequal(Int32, array<CspTerm[]) Returns a value that indicates if every input is unequal to a constant. (Inherited from CspComposite.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace