APM.LINEAR - APMonitor Option

Main.OptionApmLinear History

Hide minor edits - Show changes to output

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 [[Main/OptionApmSolver|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 [[Main/OptionApmSolver|SOLVER]] but does communicate to the solver that the problem has linear structure.

See also [[Main/OptionApmSolver|SOLVER]]
June 09, 2017, at 12:14 AM by 10.5.113.159 -
Changed line 5 from:
%width=50px%Attach:apm.png
to:
%width=50px%Attach:apm.png [[Main/DbsGlobal|Global Options]] | %width=30px%Attach:fv.png %width=30px%Attach:mv.png %width=30px%Attach:sv.png %width=30px%Attach:cv.png[[Main/DbsVariable|Local Options]]
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 [[Main/ApmOptionSolver|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 [[Main/OptionApmSolver|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.:)

%width=50px%Attach:apm.png

 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 [[Main/ApmOptionSolver|APM.SOLVER]] but does communicate to the solver that the problem has linear structure.