8.6. Optional input parameters¶
Optional input parameters are used to control the behaviors of the solver, such as the optimization method, solving procedure, and termination condition, or to configure the remote computing service.
- 8.6.1. Integer parameters
- 8.6.1.1. “Method”
- 8.6.1.2. “NumThreads”
- 8.6.1.3. “Presolve”
- 8.6.1.4. “Dualization”
- 8.6.1.5. “SPX/MaxIterations”
- 8.6.1.6. “SPX/ColumnGeneration”
- 8.6.1.7. “SPX/CrashStart”
- 8.6.1.8. “SPX/PrimalPricing”
- 8.6.1.9. “SPX/DualPricing”
- 8.6.1.10. “IPM/MaxIterations”
- 8.6.1.11. “EnableNetworkFlow”
- 8.6.1.12. “EnableStochasticLP”
- 8.6.1.13. “MIP/MaxNodes”
- 8.6.1.14. “MIP/RootParallelism”
- 8.6.1.15. “MIP/AutoConfiguration”
- 8.6.1.16. “MIP/MaxStallingNodes”
- 8.6.1.17. “MIP/MaxSols”
- 8.6.1.18. “MIP/DetectDisconnectedComponents”
- 8.6.1.19. “MIP/SolutionPoolSize”
- 8.6.1.20. “MIP/AllowDualPresolve”
- 8.6.2. Real-number parameters
- 8.6.2.1. “MaxTime”
- 8.6.2.2. “SPX/PrimalTolerance”
- 8.6.2.3. “SPX/DualTolerance”
- 8.6.2.4. “IPM/PrimalTolerance”
- 8.6.2.5. “IPM/DualTolerance”
- 8.6.2.6. “IPM/GapTolerance”
- 8.6.2.7. “MIP/IntegerTolerance”
- 8.6.2.8. “MIP/ObjectiveTolerance”
- 8.6.2.9. “MIP/GapAbs”
- 8.6.2.10. “MIP/GapRel”
- 8.6.2.11. “MIP/LinearizationBigM”
- 8.6.2.12. “MIP/Cutoff”
- 8.6.3. String parameters