The methods of the ClabCSP class are listed below. For a complete list of ClabCSP class members, see the ClabCSP Members topic.
![]() | Adds an extra rule to the problem. Does not run a search for valid solutions, this has to be done, to get the reduced valid domaines after adding the new expression. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Updates the "CLab.ValidDomains" instance with the domain information from the current "Casper.CSP" object. Before a search is run, all domain values are possible and returned. |
![]() | Observes the status for changes, and updates the current "CLab.Clab" instance. |
![]() | Runs the CSP search with the expressions defined, and return the valid domaines for the problem. |
![]() | Runs the CSP search reduced with a user chosen domain value for a variable. Returns the valid domaines for the problem after this reduction. |
![]() | Sets the variable ordering. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |