The class representing a solve configuration.
Declaration Syntax
public class SolveConfiguration : ISolveConfiguration, IEquatable<SolveConfiguration>
Table 111: Members
| 
                 Constructor  | SolveConfiguration() | 
                 Creates a SolveConfiguration object  | 
| 
                 Constructor  | SolveConfiguration(string) | 
                 Creates a SolveConfiguration object with a given name or gets the instance of an existing SolveConfiguration with that name.  | 
| 
                 Property  | Default | 
                 Whether this solve configuration is the default.  | 
| 
                 Property  | Name | 
                 The name of the solve configuration.  | 
| 
                 Property  | Settings | 
                 Returns the queue settings of this solve configuration.  | 
| 
                 Property  | SolveProcessSettings | 
                 Returns the solve process settings of this solve configuration.  | 
| 
                 Method  | SetAsDefault() | 
                 Sets this solve configuration as the default.  |