APM.LINEAR - APMonitor Option

Main.OptionApmLinear History

Hide minor edits - Show changes to markup

June 09, 2017, at 12:15 AM by 10.5.113.159 -
Changed lines 12-13 from:

Linear programming (LP) or mixed integer linear programming (MILP) problems can typically be solved much faster than a comparably sized nonlinear programming problem. The LINEAR option indicates whether the problem is linear. This allows the modeling language to set options in certain nonlinear solvers that improve the efficiency of the solution. All of the solvers built into APMonitor are nonlinear programming (NLP) or mixed-integer nonlinear programming (MINLP) solvers. Some of the solvers have simplifications to handle linear problems as well. This option does not override the choice of solver with APM.SOLVER but does communicate to the solver that the problem has linear structure.

to:

Linear programming (LP) or mixed integer linear programming (MILP) problems can typically be solved much faster than a comparably sized nonlinear programming problem. The LINEAR option indicates whether the problem is linear. This allows the modeling language to set options in certain nonlinear solvers that improve the efficiency of the solution. All of the solvers built into APMonitor are nonlinear programming (NLP) or mixed-integer nonlinear programming (MINLP) solvers. Some of the solvers have simplifications to handle linear problems as well. This option does not override the choice of solver with SOLVER but does communicate to the solver that the problem has linear structure.

See also SOLVER

June 09, 2017, at 12:14 AM by 10.5.113.159 -
Changed line 5 from:
to:
June 05, 2017, at 09:33 PM by 10.5.113.159 -
Changed line 12 from:

Linear programming (LP) or mixed integer linear programming (MILP) problems can typically be solved much faster than a comparably sized nonlinear programming problem. The LINEAR option indicates whether the problem is linear. This allows the modeling language to set options in certain nonlinear solvers that improve the efficiency of the solution. All of the solvers built into APMonitor are nonlinear programming (NLP) or mixed-integer nonlinear programming (MINLP) solvers. Some of the solvers have simplifications to handle linear problems as well. This option does not override the choice of solver with APM.SOLVER? but does communicate to the solver that the problem has linear structure.

to:

Linear programming (LP) or mixed integer linear programming (MILP) problems can typically be solved much faster than a comparably sized nonlinear programming problem. The LINEAR option indicates whether the problem is linear. This allows the modeling language to set options in certain nonlinear solvers that improve the efficiency of the solution. All of the solvers built into APMonitor are nonlinear programming (NLP) or mixed-integer nonlinear programming (MINLP) solvers. Some of the solvers have simplifications to handle linear problems as well. This option does not override the choice of solver with APM.SOLVER but does communicate to the solver that the problem has linear structure.

June 05, 2017, at 09:33 PM by 10.5.113.159 -
Added lines 1-13:

(:title APM.LINEAR - APMonitor Option:) (:keywords APM.LINEAR, Optimization, Estimation, Option, Configure, Default, Description:) (:description Indicate that the problem is a linear programming or mixed-integer linear programming problem.:)

 Type: Integer, Input
 Default Value: 0
 Description: 0 - Nonlinear problem
              1 - Linear problem

Linear programming (LP) or mixed integer linear programming (MILP) problems can typically be solved much faster than a comparably sized nonlinear programming problem. The LINEAR option indicates whether the problem is linear. This allows the modeling language to set options in certain nonlinear solvers that improve the efficiency of the solution. All of the solvers built into APMonitor are nonlinear programming (NLP) or mixed-integer nonlinear programming (MINLP) solvers. Some of the solvers have simplifications to handle linear problems as well. This option does not override the choice of solver with APM.SOLVER? but does communicate to the solver that the problem has linear structure.