Problem specificationSpecify your optimization problem using a single block of text. Here is the general structure: dimensions
# Zero or more dimensions for use in the rest of the specification. end parameters # Zero or more parameters, to be filled with problem data at solve time. end variables # One or more optimization variables. end minimize # An optional objective. subject to # Zero or more constraints. end Notes
Additional blocksTwo other block types are possible: comment
Any text in here is treated as a comment and ignored. end constraints # Zero or more constraints. end These can be repeated. |