SolverVariableSettings Constructor | 
| Name | Description | |
|---|---|---|
| SolverVariableSettings(Double) | 
            Initializes a new instance.  The InitialValue and tolerance will default to zero.
            The scaling will default to NoScalingOnVariable.
              | |
| SolverVariableSettings(Double, Double) | 
            Initializes a new instance with the tolerance set to zero and no scaling.
              | |
| SolverVariableSettings(SolverVariableSettings, CopyContext) | Initializes a new instance as a copy of an existing instance.  | |
| SolverVariableSettings(Double, Double, Double) | 
            Initializes a new instance with no scaling.
              | |
| SolverVariableSettings(Double, Double, Double, SolverVariableScaling) | 
            Initializes a new instance.
              | |
| SolverVariableSettings(Double, Double, Double, SolverVariableScaling, String) | 
            Initializes a new instance.
              |