8.6. 可选输入参数¶
可选输入参数用于控制求解器的行为,如优化方法、求解流程,以及终止条件,或是对远程计算服务进行配置等。
- 8.6.1. 整数型参数
- 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. 实数型参数
- 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. 字符串型参数