The Mixed Integer Linear Programming Solver |
Extremely large numerical values might cause computational difficulties for the MILP solver, but the occurrence of such difficulties is hard to predict. For this reason, the MILP solver issues a data error message whenever it detects model data that exceeds a specific threshold number. The value of the threshold number depends on your operating environment and is printed in the log as part of the data error message.
The following conditions produce a data error:
If a variable's upper bound is larger than 1E20, then the MILP solver treats the bound as . Similarly, if a variable's lower bound is smaller than -1E20, then the MILP solver treats the bound as .
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.