Class: SolveConfiguration
The class representing a solve configuration.
Examples
Constructors
Name |
Description |
SolveConfiguration(String)
|
Creates a SolveConfiguration object with a given name or
gets the instance of an existing SolveConfiguration with that name.
|
Methods
Name |
Description |
SetAsDefault()
|
Sets 'this' to be the default configuration to solve with.
|
Properties
Name |
Description |
Default
|
Gets whether or not this SolveConfiguration is the default configuration.
|
Name
|
Gets or sets the name of the SolveConfiguraiton Object
|
Settings
|
Gets the QueueSettings object for the configuration.
|
Settings
|
Returns the queue settings of this solve configuration.
|
SolveProcessSettings
|
Gets the SolveProcessSettings for the current object.
|
SolveProcessSettings
|
Returns the solve process settings of this solve configuration.
|