The CP..::..ParameterValues type exposes the following members.

Fields

  Name Description
Public field Static member Auto
Parameter value indicating automatic behaviour. This value is available for a number of parameters.
Public field Static member Basic
Parameter value of various inference level parameters, indicating that the basic (just above lowest) inference level is to be used.
Public field Static member CPUTime
Parameter value of TimeMode which indicates that CPU time should be used for all time reporting and limit setting.
Public field Static member Default
Parameter value of various inference level parameters, indicating that the default inference level is to be used.
Public field Static member DepthFirst
Parameter value of SearchType indicating that a depth-first search should be used.
Public field Static member ElapsedTime
Parameter value of TimeMode which indicates that elapsed (wall clock) time should be used for all time reporting and limit setting.
Public field Static member Extended
Parameter value of various inference level parameters, indicating that the extended (highest) inference level is to be used.
Public field Static member IterativeDiving
Parameter value of SearchType indicating that a search based on repetitive greedy dives should be used. If used when no interval variables are present in the model, has the same effect as Auto
Public field Static member Low
Parameter value of various inference level parameters, indicating that the lowest inference level is to be used.
Public field Static member Medium
Parameter value of various inference level parameters, indicating that the medium (just above basic) inference level is to be used.
Public field Static member MultipleLines
Parameter value of KPIDisplay indicating that KPIs should be displayed one per line in the log.
Public field Static member MultiPoint
Parameter value of SearchType indicating that a search based the principles of population search (genetic algorithms) should be used.
Public field Static member Neighborhood
Parameter value of SearchType indicating that a search based on a solution neighborhood exploration should be used (feature in beta).
Public field Static member Normal
Parameter value of LogVerbosity indicating there should be a normal level of log output (more than the Terse level).
Public field Static member Off
Parameter value indicating disabled behaviour. This value is available for a number of parameters.
Public field Static member On
Parameter value indicating active behaviour. This value is available for a number of parameters.
Public field Static member Quiet
Parameter value of LogVerbosity indicating there should be no log output.
Public field Static member Restart
Parameter value of SearchType indicating that a search based around frequent search restarts should be used.
Public field Static member SearchCompleted
Possible value of the SearchStatus information indicating that search has completed fully with CP Optimizer proving optimality, feasibility, or infeasibility.
Public field Static member SearchHasNotBeenStopped
Possible value of the SearchStopCause information indicating that in fact the search has not been stopped at all. The actual state can be obtained from the SearchStatus information.
Public field Static member SearchNotStarted
Possible value of the SearchStatus information indicating that no search has been started (before any call to CP.StartNewSearch() or CP.Solve())
Public field Static member SearchOngoing
Possible value of the SearchStatus information indicating that search is ongoing (has started but has not completed).
Public field Static member SearchStopped
Possible value of the SearchStatus information indicating that search was stopped before it could be fully completed, normally by a limit or abort. More information can be found through the SearchStopCause information.
Public field Static member SearchStoppedByAbort
Possible value of the SearchStopCause information indicating that the search was stopped by the user calling CP.AbortSearch()
Public field Static member SearchStoppedByLimit
Possible value of the SearchStopCause information indicating that the search was stopped because a search limit was reached (for instance a time limit).
Public field Static member SearchStoppedByUnknownCause
Possible value of the SearchStopCause information indicating that the reason for the search stopping cannot be determined.
Public field Static member SingleLine
Parameter value of KPIDisplay indicating that all KPIs should be displayed on a single line in the log.
Public field Static member Terse
Parameter value of LogVerbosity indicating there should be terse log output. Specifically this means no log when they are no new solutions or bounds to report.
Public field Static member Verbose
Parameter value of LogVerbosity indicating there should be a maximum amount of log output. This is currenly very similar to the Normal level).

See Also