Transcription of Linear Programs: Variables, Objectives and Constraints
{{id}} {{{paragraph}}}
8_____Linear Programs: Variables, Objectives and ConstraintsThe best-known kind of optimization model, which has served for all of our examplesso far, is the Linear program. The variables of a Linear program take values from somecontinuous range; the objective and Constraints must use only Linear functions of the vari-ables. Previous chapters have described these requirements informally or implicitly; herewe will be more programs are particularly important because they accurately represent manypractical applications of optimization . The simplicity of Linear functions makes linearmodels easy to formulate, interpret, and analyze. They are also easy to solve; if you canexpress your problem as a Linear program, even in thousands of Constraints and Variables, then you can be confident of finding an optimal solution accurately and chapter describes how variables are declared, defines the expressions thatAMPL recognizes as being Linear in the variables, and gives the rules for declaring Linear objec-tives and Constraints .
The best-known kind of optimization model, which has served for all of our examples so far, is the linear program. The variables of a linear program take values from some continuous range; the objective and constraints must use only linear functions of the vari-ables. Previous chapters have described these requirements informally or implicitly ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}