Difference between revisions of "MacMINLP"

From Svenleyffer
Jump to navigation Jump to search
Line 1: Line 1:
This directory contains a collection of Mixed Integer Nonlinear Programming (MINLP) test problems in [ftp://netlib.bell-labs.com/ampl/REFS/index.html AMPL]. A [http://netlib.bell-labs.com/netlib/ampl/student/index.html student version of AMPL] is available for free which can handle problems with up to 300 variables or constraints.
+
This directory contains a collection of Mixed Integer Nonlinear Programming (MINLP) test problems in [http://www.ampl.com/ AMPL]. A [http://netlib.bell-labs.com/netlib/ampl/student/index.html student version of AMPL] is available for free which can handle problems with up to 300 variables or constraints.
  
 
The integer variables, Special Ordered Sets and priorities are specified through an [int_format int file]. Note that the int file is not required by default as AMPL allows the definition of integer variables.
 
The integer variables, Special Ordered Sets and priorities are specified through an [int_format int file]. Note that the int file is not required by default as AMPL allows the definition of integer variables.
Line 7: Line 7:
 
{| border="border"
 
{| border="border"
 
|- align="left"
 
|- align="left"
! <font face="Arial">heading</font>
+
! heading
! <font face="Arial">meaning</font>
+
! meaning
 
|-
 
|-
| <font face="Arial">NAME</font>
+
| NAME
| <font face="Arial">the name of the problem, click for a short reference</font>
+
| the name of the problem, click for a short reference
 
|-
 
|-
| <font face="Arial">mod file</font>
+
| mod file
| <font face="Arial">the corresponding ampl model file</font>
+
| the corresponding ampl model file
 
|-
 
|-
| <font face="Arial">dat file</font>
+
| dat file
| <font face="Arial">the corresponding ampl data file</font>
+
| the corresponding ampl data file
 
|-
 
|-
| <font face="Arial">int file</font>
+
| int file
| <font face="Arial">the corresponding [int_format integer file]</font>
+
| the corresponding [int_format integer file]
 
|-
 
|-
| <font face="Arial">CUTE [http://www.rl.ac.uk/departments/ccd/numerical/cute/classification.html classification] </font>
+
| [http://cuter.rl.ac.uk/cuter-www/Problems/classification.shtml CUTE classification]  
| <font face="Arial">Classification as Nonlinear Program (NLP)</font>
+
| Classification as Nonlinear Program (NLP)
 
|-
 
|-
| <font face="Arial"><nowiki>#int</nowiki></font>
+
| <nowiki>#int</nowiki>
| <font face="Arial">the number of integer variables</font>
+
| the number of integer variables
 
|-
 
|-
| <font face="Arial">convex</font>
+
| convex
| <font face="Arial">(Y/N) depending on whether the problem is convex or not</font>
+
| (Y/N) depending on whether the problem is convex or not
 
|-
 
|-
| '' <font face="Arial">f(x)</font> ''
+
| '' f(x)''
| <font face="Arial">objective value of NLP relaxation</font>
+
| objective value of NLP relaxation
 
|-
 
|-
| '' <font face="Arial">f(x*)</font> ''
+
| '' f(x*)''
| <font face="Arial">optimal objective value or best solution found</font>
+
| optimal objective value or best solution found
 
|}
 
|}
  
The collection is available as a single [MacMINLP.tar.gz tar file] (simply gunzip and tar xf the file) or as individual problems below or as a [MacMINLP.nl.tar.gz collection of stub.nl files] which can be interpreted by an [http://www.ampl.com/cm/cs/what/ampl/REFS/HOOKING/index.html AMPL solver interface] and do not require the AMPL itself. A file with the [commands AMPL commands] used to run the problems is also available.</font>
+
The collection is available as a single [MacMINLP.tar.gz tar file] (simply gunzip and tar xf the file) or as individual problems below or as a [MacMINLP.nl.tar.gz collection of stub.nl files] which can be interpreted by an [http://www.ampl.com/hooking.html AMPL solver interface] and do not require the AMPL itself. A file with the [[MINLP AMPL commands]] used to run the problems is also available.
  
<font face="Arial">Click on the NAME of the problem for a short description. The complete list of descriptions can be found [comments.html here]. Finally, a list of updates and changes to the AMPL files and the int files is [updates here].</font>
+
Click on the NAME of the problem for a short description. The complete list of descriptions can be found in the [[MINLP Comments]]. Finally, a list of updates and changes to the AMPL files and the int files is [[MINLP Updates]].
  
{| border="1"
+
{| border="border"
 
|- align="left"
 
|- align="left"
! <font face="Arial">NAME</font>
+
! NAME
! <font face="Arial">mod file</font>
+
! mod file
! <font face="Arial">dat file</font>
+
! dat file
! <font face="Arial">int file</font>
+
! int file
! <font face="Arial">CUTE [http://www.rl.ac.uk/departments/ccd/numerical/cute/classification.html  classification] </font>
+
! [http://cuter.rl.ac.uk/cuter-www/Problems/classification.shtml CUTE classification]  
! <font face="Arial"><nowiki>#int</nowiki></font>
+
! <nowiki>#int</nowiki>
! <font face="Arial">convex</font>
+
! convex
! '' <font face="Arial">f(x)</font> ''
+
! '' f(x)''
! '' <font face="Arial">f(x*)</font> ''
+
! '' f(x*)''
 
|-
 
|-
| ''' [comments.html#batch <font face="Arial">batch</font>] '''
+
| [MINLP Comments#batch|batch]
 
|
 
|
[problems/batch.mod <font face="Arial">batch.mod</font>]
+
[problems/batch.mod batch.mod]
| <font face="Arial">n/a</font>
+
| n/a
 
|
 
|
[problems/batch.int <font face="Arial">batch.int</font>]
+
[problems/batch.int batch.int]
| <font face="Arial">OOR2-AN-46-73</font>
+
| OOR2-AN-46-73
| align="right" | <font face="Arial">24</font>
+
| align="right" | 24
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">259180</font>
+
| 259180
| <font face="Arial">285507</font>
+
| 285507
 
|-
 
|-
| ''' [comments.html#c-reload-14 <font face="Arial">c-reload-14a</font>] '''
+
| ''' [comments.html#c-reload-14 c-reload-14a] '''
 
|
 
|
[problems/c-reload.mod <font face="Arial">c-reload.mod</font>]
+
[problems/c-reload.mod c-reload.mod]
 
|
 
|
[problems/c-reload-14a.dat <font face="Arial">c-reload-14a.dat</font>]
+
[problems/c-reload-14a.dat c-reload-14a.dat]
 
|
 
|
[problems/c-reload.int <font face="Arial">c-reload.int</font>]
+
[problems/c-reload.int c-reload.int]
| <font face="Arial">OOR2-AN-342-308</font>
+
| OOR2-AN-342-308
| align="right" | <font face="Arial">168</font>
+
| align="right" | 168
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">-1.00752</font>
+
| -1.00752
| <font face="Arial">-1.00743</font>
+
| -1.00743
 
|-
 
|-
| ''' [comments.html#c-reload-14 <font face="Arial">c-reload-14b</font>] '''
+
| ''' [comments.html#c-reload-14 c-reload-14b] '''
 
|
 
|
[problems/c-reload.mod <font face="Arial">c-reload.mod</font>]
+
[problems/c-reload.mod c-reload.mod]
 
|
 
|
[problems/c-reload-14b.dat <font face="Arial">c-reload-14b.dat</font>]
+
[problems/c-reload-14b.dat c-reload-14b.dat]
 
|
 
|
[problems/c-reload.int <font face="Arial">c-reload.int</font>]
+
[problems/c-reload.int c-reload.int]
| <font face="Arial">LOR2-AN-342-308</font>
+
| LOR2-AN-342-308
| align="right" | <font face="Arial">168</font>
+
| align="right" | 168
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">-1.0253</font>
+
| -1.0253
| <font face="Arial">-1.02522</font>
+
| -1.02522
 
|-
 
|-
| ''' [comments.html#c-reload-14 <font face="Arial">c-reload-14c</font>] '''
+
| ''' [comments.html#c-reload-14 c-reload-14c] '''
 
|
 
|
[problems/c-reload.mod <font face="Arial">c-reload.mod</font>]
+
[problems/c-reload.mod c-reload.mod]
 
|
 
|
[problems/c-reload-14c.dat <font face="Arial">c-reload-14c.dat</font>]
+
[problems/c-reload-14c.dat c-reload-14c.dat]
 
|
 
|
[problems/c-reload.int <font face="Arial">c-reload.int</font>]
+
[problems/c-reload.int c-reload.int]
| <font face="Arial">LOR2-AN-342-308</font>
+
| LOR2-AN-342-308
| align="right" | <font face="Arial">168</font>
+
| align="right" | 168
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">-0.99595</font>
+
| -0.99595
| <font face="Arial">-0.99988</font>
+
| -0.99988
 
|-
 
|-
| ''' [comments.html#c-reload-14 <font face="Arial">c-reload-14d</font>] '''
+
| ''' [comments.html#c-reload-14 c-reload-14d] '''
 
|
 
|
[problems/c-reload.mod <font face="Arial">c-reload.mod</font>]
+
[problems/c-reload.mod c-reload.mod]
 
|
 
|
[problems/c-reload-14d.dat <font face="Arial">c-reload-14d.dat</font>]
+
[problems/c-reload-14d.dat c-reload-14d.dat]
 
|
 
|
[problems/c-reload.int <font face="Arial">c-reload.int</font>]
+
[problems/c-reload.int c-reload.int]
| <font face="Arial">LOR2-AN-342-308</font>
+
| LOR2-AN-342-308
| align="right" | <font face="Arial">168</font>
+
| align="right" | 168
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">-1.0340</font>
+
| -1.0340
| <font face="Arial">-1.03405</font>
+
| -1.03405
 
|-
 
|-
| ''' [comments.html#c-reload-14 <font face="Arial">c-reload-14e</font>] '''
+
| ''' [comments.html#c-reload-14 c-reload-14e] '''
 
|
 
|
[problems/c-reload.mod <font face="Arial">c-reload.mod</font>]
+
[problems/c-reload.mod c-reload.mod]
 
|
 
|
[problems/c-reload-14e.dat <font face="Arial">c-reload-14e.dat</font>]
+
[problems/c-reload-14e.dat c-reload-14e.dat]
 
|
 
|
[problems/c-reload.int <font face="Arial">c-reload.int</font>]
+
[problems/c-reload.int c-reload.int]
| <font face="Arial">LOR2-AN-342-308</font>
+
| LOR2-AN-342-308
| align="right" | <font face="Arial">168</font>
+
| align="right" | 168
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">-1.0326</font>
+
| -1.0326
| <font face="Arial">-1.03306</font>
+
| -1.03306
 
|-
 
|-
| ''' [comments.html#c-reload-14 <font face="Arial">c-reload-14f</font>] '''
+
| ''' [comments.html#c-reload-14 c-reload-14f] '''
 
|
 
|
[problems/c-reload.mod <font face="Arial">c-reload.mod</font>]
+
[problems/c-reload.mod c-reload.mod]
 
|
 
|
[problems/c-reload-14f.dat <font face="Arial">c-reload-14f.dat</font>]
+
[problems/c-reload-14f.dat c-reload-14f.dat]
 
|
 
|
[problems/c-reload.int <font face="Arial">c-reload.int</font>]
+
[problems/c-reload.int c-reload.int]
| <font face="Arial">LOR2-AN-342-308</font>
+
| LOR2-AN-342-308
| align="right" | <font face="Arial">168</font>
+
| align="right" | 168
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">-1.0172</font>
+
| -1.0172
| <font face="Arial">-1.01784</font>
+
| -1.01784
 
|-
 
|-
| ''' [comments.html#c-reload-q <font face="Arial">c-reload-q-24</font>]'''
+
| ''' [comments.html#c-reload-q c-reload-q-24]'''
 
|
 
|
[problems/c-reload-q.mod <font face="Arial">c-reload-q.mod</font>]
+
[problems/c-reload-q.mod c-reload-q.mod]
 
|
 
|
[problems/c-reload-q-24.dat <font face="Arial">c-reload-q-24.dat</font>]
+
[problems/c-reload-q-24.dat c-reload-q-24.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">LOR2-AN-968-632</font>
+
| LOR2-AN-968-632
| align="right" | <font face="Arial">576</font>
+
| align="right" | 576
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">-1.12795</font>
+
| -1.12795
| <font face="Arial">-1.12795</font>
+
| -1.12795
 
|-
 
|-
| ''' [comments.html#c-reload-q <font face="Arial">c-reload-q-25</font>]'''
+
| ''' [comments.html#c-reload-q c-reload-q-25]'''
 
|
 
|
[problems/c-reload-q.mod <font face="Arial">c-reload-q.mod</font>]
+
[problems/c-reload-q.mod c-reload-q.mod]
 
|
 
|
[problems/c-reload-q-25.dat <font face="Arial">c-reload-q-25.dat</font>]
+
[problems/c-reload-q-25.dat c-reload-q-25.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">LOR2-AN-1033-658</font>
+
| LOR2-AN-1033-658
| align="right" | <font face="Arial">625</font>
+
| align="right" | 625
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#c-reload-q <font face="Arial">c-reload-q-49</font>]'''
+
| ''' [comments.html#c-reload-q c-reload-q-49]'''
 
|
 
|
[problems/c-reload-q.mod <font face="Arial">c-reload-q.mod</font>]
+
[problems/c-reload-q.mod c-reload-q.mod]
 
|
 
|
[problems/c-reload-q-49.dat <font face="Arial">c-reload-q-49.dat</font>]
+
[problems/c-reload-q-49.dat c-reload-q-49.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">LOR2-AN-3292-1430</font>
+
| LOR2-AN-3292-1430
| align="right" | <font face="Arial">2401</font>
+
| align="right" | 2401
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#c-reload-q <font face="Arial">c-reload-q-104</font>]'''
+
| ''' [comments.html#c-reload-q c-reload-q-104]'''
 
|
 
|
[problems/c-reload-q.mod <font face="Arial">c-reload-q.mod</font>]
+
[problems/c-reload-q.mod c-reload-q.mod]
 
|
 
|
[problems/c-reload-q-104.dat <font face="Arial">c-reload-q-104.dat</font>]
+
[problems/c-reload-q-104.dat c-reload-q-104.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">LOR2-AN-12906-3338</font>
+
| LOR2-AN-12906-3338
| align="right" | <font face="Arial">10816</font>
+
| align="right" | 10816
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#c-sched <font face="Arial">c-sched1</font>]'''
+
| ''' [comments.html#c-sched c-sched1]'''
 
|
 
|
[problems/c-sched.mod <font face="Arial">c-sched.mod</font>]
+
[problems/c-sched.mod c-sched.mod]
 
|
 
|
[problems/c-sched1.dat <font face="Arial">c-sched1.dat</font>]
+
[problems/c-sched1.dat c-sched1.dat]
 
|
 
|
[problems/c-sched1.int <font face="Arial">c-sched1.int</font>]
+
[problems/c-sched1.int c-sched1.int]
| <font face="Arial">OLR2-AN-73-16</font>
+
| OLR2-AN-73-16
| align="right" | <font face="Arial">60</font>
+
| align="right" | 60
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">-30640.6</font>
+
| -30640.6
| <font face="Arial">-30639.3</font>
+
| -30639.3
 
|-
 
|-
| ''' [comments.html#c-sched <font face="Arial">c-sched2</font>]'''
+
| ''' [comments.html#c-sched c-sched2]'''
 
|
 
|
[problems/c-sched.mod <font face="Arial">c-sched.mod</font>]
+
[problems/c-sched.mod c-sched.mod]
 
|
 
|
[problems/c-sched2.dat <font face="Arial">c-sched2.dat</font>]
+
[problems/c-sched2.dat c-sched2.dat]
 
|
 
|
[problems/c-sched2.int <font face="Arial">c-sched2.int</font>]
+
[problems/c-sched2.int c-sched2.int]
| <font face="Arial">OLR2-AN-400-137</font>
+
| OLR2-AN-400-137
| align="right" | <font face="Arial">308</font>
+
| align="right" | 308
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">-166247</font>
+
| -166247
| <font face="Arial">-166102</font>
+
| -166102
 
|-
 
|-
| ''' [comments.html#feedloc <font face="Arial">feedloc</font>] '''
+
| ''' [comments.html#feedloc feedloc] '''
 
|
 
|
[problems/feedloc.mod <font face="Arial">feedloc.mod</font>]
+
[problems/feedloc.mod feedloc.mod]
| <font face="Arial">n/a</font>
+
| n/a
 
|
 
|
[problems/feedloc.int <font face="Arial">feedloc.int</font>]
+
[problems/feedloc.int feedloc.int]
| <font face="Arial">LOR2-AN-90-259</font>
+
| LOR2-AN-90-259
| align="right" | <font face="Arial">37</font>
+
| align="right" | 37
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">0.0</font>
+
| 0.0
| <font face="Arial">0.0</font>
+
| 0.0
 
|-
 
|-
| ''' [comments.html#geartrain <font face="Arial">geartrain</font>] '''
+
| ''' [comments.html#geartrain geartrain] '''
 
|
 
|
[problems/geartrain.mod <font face="Arial">geartrain.mod</font>]
+
[problems/geartrain.mod geartrain.mod]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OBR2-AN-4-0</font>
+
| OBR2-AN-4-0
| align="right" | <font face="Arial">4</font>
+
| align="right" | 4
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">9.23355E-11</font>
+
| 9.23355E-11
| <font face="Arial">7.77863E-07</font>
+
| 7.77863E-07
 
|-
 
|-
| ''' [comments.html#lbti-00 <font face="Arial">lbti-00-15</font>] '''
+
| ''' [comments.html#lbti-00 lbti-00-15] '''
 
|
 
|
[problems/lbti-00.mod <font face="Arial">lbti-00.mod</font>]
+
[problems/lbti-00.mod lbti-00.mod]
 
|
 
|
[problems/lbti-00-15.dat <font face="Arial">lbti-00-15.dat</font>]
+
[problems/lbti-00-15.dat lbti-00-15.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-274-402</font>
+
| OOR2-AN-274-402
| align="right" | <font face="Arial">169</font>
+
| align="right" | 169
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">0.988</font>
+
| 0.988
 
|-
 
|-
| ''' [comments.html#lbti-00 <font face="Arial">lbti-00-20</font>] '''
+
| ''' [comments.html#lbti-00 lbti-00-20] '''
 
|
 
|
[problems/lbti-00.mod <font face="Arial">lbti-00.mod</font>]
+
[problems/lbti-00.mod lbti-00.mod]
 
|
 
|
[problems/lbti-00-20.dat <font face="Arial">lbti-00-20.dat</font>]
+
[problems/lbti-00-20.dat lbti-00-20.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-274-402</font>
+
| OOR2-AN-274-402
| align="right" | <font face="Arial">169</font>
+
| align="right" | 169
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">0.988</font>
+
| 0.988
 
|-
 
|-
| ''' [comments.html#lbti-00 <font face="Arial">lbti-00-40</font>] '''
+
| ''' [comments.html#lbti-00 lbti-00-40] '''
 
|
 
|
[problems/lbti-00.mod <font face="Arial">lbti-00.mod</font>]
+
[problems/lbti-00.mod lbti-00.mod]
 
|
 
|
[problems/lbti-00-40.dat <font face="Arial">lbti-00-40.dat</font>]
+
[problems/lbti-00-40.dat lbti-00-40.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-274-402</font>
+
| OOR2-AN-274-402
| align="right" | <font face="Arial">169</font>
+
| align="right" | 169
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">0.988</font>
+
| 0.988
 
|-
 
|-
| ''' [comments.html#lbti-01 <font face="Arial">lbti-01-15</font>] '''
+
| ''' [comments.html#lbti-01 lbti-01-15] '''
 
|
 
|
[problems/lbti-01.mod <font face="Arial">lbti-01.mod</font>]
+
[problems/lbti-01.mod lbti-01.mod]
 
|
 
|
[problems/lbti-01-15.dat <font face="Arial">lbti-01-15.dat</font>]
+
[problems/lbti-01-15.dat lbti-01-15.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-334-502</font>
+
| OOR2-AN-334-502
| align="right" | <font face="Arial">229</font>
+
| align="right" | 229
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">0.983</font>
+
| 0.983
 
|-
 
|-
| ''' [comments.html#lbti-01 <font face="Arial">lbti-01-20</font>] '''
+
| ''' [comments.html#lbti-01 lbti-01-20] '''
 
|
 
|
[problems/lbti-01.mod <font face="Arial">lbti-01.mod</font>]
+
[problems/lbti-01.mod lbti-01.mod]
 
|
 
|
[problems/lbti-01-20.dat <font face="Arial">lbti-01-20.dat</font>]
+
[problems/lbti-01-20.dat lbti-01-20.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-334-502</font>
+
| OOR2-AN-334-502
| align="right" | <font face="Arial">229</font>
+
| align="right" | 229
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">0.983</font>
+
| 0.983
 
|-
 
|-
| ''' [comments.html#lbti-01 <font face="Arial">lbti-01-40</font>] '''
+
| ''' [comments.html#lbti-01 lbti-01-40] '''
 
|
 
|
[problems/lbti-01.mod <font face="Arial">lbti-01.mod</font>]
+
[problems/lbti-01.mod lbti-01.mod]
 
|
 
|
[problems/lbti-01-40.dat <font face="Arial">lbti-01-40.dat</font>]
+
[problems/lbti-01-40.dat lbti-01-40.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-334-502</font>
+
| OOR2-AN-334-502
| align="right" | <font face="Arial">229</font>
+
| align="right" | 229
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">0.983</font>
+
| 0.983
 
|-
 
|-
| ''' [comments.html#lbti-02 <font face="Arial">lbti-02-297</font>] '''
+
| ''' [comments.html#lbti-02 lbti-02-297] '''
 
|
 
|
[problems/lbti-02.mod <font face="Arial">lbti-02.mod</font>]
+
[problems/lbti-02.mod lbti-02.mod]
 
|
 
|
[problems/lbti-02-297.dat <font face="Arial">lbti-02-297.dat</font>]
+
[problems/lbti-02-297.dat lbti-02-297.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">QOR2-AN-7101-13004</font>
+
| QOR2-AN-7101-13004
| align="right" | <font face="Arial">6702</font>
+
| align="right" | 6702
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">1.21</font>
+
| 1.21
 
|-
 
|-
| ''' [comments.html#mittelman <font face="Arial">mittelman</font>] '''
+
| ''' [comments.html#mittelman mittelman] '''
 
|
 
|
[problems/mittelman.mod <font face="Arial">mittelman.mod</font>]
+
[problems/mittelman.mod mittelman.mod]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-16-7</font>
+
| OOR2-AN-16-7
| align="right" | <font face="Arial">16</font>
+
| align="right" | 16
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">5.02361</font>
+
| 5.02361
| <font face="Arial">13.0000</font>
+
| 13.0000
 
|-
 
|-
| ''' [comments.html#optprloc <font face="Arial">optprloc</font>] '''
+
| ''' [comments.html#optprloc optprloc] '''
 
|
 
|
[problems/optprloc.mod <font face="Arial">optprloc.mod</font>]
+
[problems/optprloc.mod optprloc.mod]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">QQR2-AN-30-29</font>
+
| QQR2-AN-30-29
| align="right" | <font face="Arial">25</font>
+
| align="right" | 25
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">-16.4198</font>
+
| -16.4198
| <font face="Arial">-8.06414</font>
+
| -8.06414
 
|-
 
|-
| ''' [comments.html#space <font face="Arial">space-25</font>] '''
+
| ''' [comments.html#space space-25] '''
 
|
 
|
[problems/space-25.mod <font face="Arial">space-25.mod</font>]
+
[problems/space-25.mod space-25.mod]
 
|
 
|
[problems/space-25.dat <font face="Arial">space-25.dat</font>]
+
[problems/space-25.dat space-25.dat]
 
|
 
|
[problems/space-25.int <font face="Arial">space-25.int</font>]
+
[problems/space-25.int space-25.int]
| <font face="Arial">LQR2-AN-893-235</font>
+
| LQR2-AN-893-235
| align="right" | <font face="Arial">750</font>
+
| align="right" | 750
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">483.811</font>
+
| 483.811
| <font face="Arial">484.329</font>
+
| 484.329
 
|-
 
|-
| ''' [comments.html#space-r <font face="Arial">space-25-r</font>] '''
+
| ''' [comments.html#space-r space-25-r] '''
 
|
 
|
[problems/space-25-r.mod <font face="Arial">space-25-r.mod</font>]
+
[problems/space-25-r.mod space-25-r.mod]
 
|
 
|
[problems/space-25-r.dat <font face="Arial">space-25-r.dat</font>]
+
[problems/space-25-r.dat space-25-r.dat]
 
|
 
|
[problems/space-25.int <font face="Arial">space-25.int</font>]
+
[problems/space-25.int space-25.int]
| <font face="Arial">LQR2-AN-818-160</font>
+
| LQR2-AN-818-160
| align="right" | <font face="Arial">750</font>
+
| align="right" | 750
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">483.811</font>
+
| 483.811
| <font face="Arial">484.329</font>
+
| 484.329
 
|-
 
|-
| ''' [comments.html#space <font face="Arial">space-960</font>] '''
+
| ''' [comments.html#space space-960] '''
 
|
 
|
[problems/space-960.mod <font face="Arial">space-960.mod</font>]
+
[problems/space-960.mod space-960.mod]
 
|
 
|
[problems/space-960.dat <font face="Arial">space-960.dat</font>]
+
[problems/space-960.dat space-960.dat]
 
|
 
|
[problems/space-960.int <font face="Arial">space-960.int</font>]
+
[problems/space-960.int space-960.int]
| <font face="Arial">LQR2-AN-15137-8417</font>
+
| LQR2-AN-15137-8417
| align="right" | <font face="Arial">9600</font>
+
| align="right" | 9600
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#space-i <font face="Arial">space-960-i</font>] '''
+
| ''' [comments.html#space-i space-960-i] '''
 
|
 
|
[problems/space-960-i.mod <font face="Arial">space-960-i.mod</font>]
+
[problems/space-960-i.mod space-960-i.mod]
 
|
 
|
[problems/space-960-i.dat <font face="Arial">space-960-i.dat</font>]
+
[problems/space-960-i.dat space-960-i.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">LQR2-AN-5537-6497</font>
+
| LQR2-AN-5537-6497
| align="right" | <font face="Arial">960</font>
+
| align="right" | 960
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#space-ir <font face="Arial">space-960-ir</font>] '''
+
| ''' [comments.html#space-ir space-960-ir] '''
 
|
 
|
[problems/space-960-ir.mod <font face="Arial">space-960-ir.mod</font>]
+
[problems/space-960-ir.mod space-960-ir.mod]
 
|
 
|
[problems/space-960-ir.dat <font face="Arial">space-960-ir.dat</font>]
+
[problems/space-960-ir.dat space-960-ir.dat]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">LQR2-AN-2657-3617</font>
+
| LQR2-AN-2657-3617
| align="right" | <font face="Arial">960</font>
+
| align="right" | 960
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#space-r <font face="Arial">space-960-r</font>] '''
+
| ''' [comments.html#space-r space-960-r] '''
 
|
 
|
[problems/space-960-r.mod <font face="Arial">space-960-r.mod</font>]
+
[problems/space-960-r.mod space-960-r.mod]
 
|
 
|
[problems/space-960-r.dat <font face="Arial">space-960-r.dat</font>]
+
[problems/space-960-r.dat space-960-r.dat]
 
|
 
|
[problems/space-960.int <font face="Arial">space-960.int</font>]
+
[problems/space-960.int space-960.int]
| <font face="Arial">LQR2-AN-12257-5537</font>
+
| LQR2-AN-12257-5537
| align="right" | <font face="Arial">9600</font>
+
| align="right" | 9600
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#spring <font face="Arial">spring</font>] '''
+
| ''' [comments.html#spring spring] '''
 
|
 
|
[problems/spring.mod <font face="Arial">spring.mod</font>]
+
[problems/spring.mod spring.mod]
| <font face="Arial">n/a</font>
+
| n/a
 
|
 
|
[problems/spring.int <font face="Arial">spring.int</font>]
+
[problems/spring.int spring.int]
| <font face="Arial">OOR2-AN-17-10</font>
+
| OOR2-AN-17-10
| align="right" | <font face="Arial">11</font>
+
| align="right" | 11
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">0.832025</font>
+
| 0.832025
| <font face="Arial">0.846246</font>
+
| 0.846246
 
|-
 
|-
| ''' [comments.html#stockcycle <font face="Arial">stockcycle</font>] '''
+
| ''' [comments.html#stockcycle stockcycle] '''
 
|
 
|
[problems/stockcycle.mod <font face="Arial">stockcycle.mod</font>]
+
[problems/stockcycle.mod stockcycle.mod]
| <font face="Arial">n/a</font>
+
| n/a
 
|
 
|
[problems/stockcycle.int <font face="Arial">stockcycle.int</font>]
+
[problems/stockcycle.int stockcycle.int]
| <font face="Arial">OLR2-AN-480-97</font>
+
| OLR2-AN-480-97
| align="right" | <font face="Arial">480</font>
+
| align="right" | 480
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">117916</font>
+
| 117916
| <font face="Arial">121113 ?</font>
+
| 121113 ?
 
|-
 
|-
| ''' [comments.html#synthes <font face="Arial">synthes1</font>] '''
+
| ''' [comments.html#synthes synthes1] '''
 
|
 
|
[problems/synthes1.mod <font face="Arial">synthes1.mod</font>]
+
[problems/synthes1.mod synthes1.mod]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-6-6</font>
+
| OOR2-AN-6-6
| align="right" | <font face="Arial">3</font>
+
| align="right" | 3
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">0.759284</font>
+
| 0.759284
| <font face="Arial">6.00976</font>
+
| 6.00976
 
|-
 
|-
| ''' [comments.html#synthes <font face="Arial">synthes2</font>] '''
+
| ''' [comments.html#synthes synthes2] '''
 
|
 
|
[problems/synthes2.mod <font face="Arial">synthes2.mod</font>]
+
[problems/synthes2.mod synthes2.mod]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-11-14</font>
+
| OOR2-AN-11-14
| align="right" | <font face="Arial">5</font>
+
| align="right" | 5
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">-0.554417</font>
+
| -0.554417
| <font face="Arial">73.0353</font>
+
| 73.0353
 
|-
 
|-
| ''' [comments.html#synthes <font face="Arial">synthes3</font>] '''
+
| ''' [comments.html#synthes synthes3] '''
 
|
 
|
[problems/synthes3.mod <font face="Arial">synthes3.mod</font>]
+
[problems/synthes3.mod synthes3.mod]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">OOR2-AN-17-19</font>
+
| OOR2-AN-17-19
| align="right" | <font face="Arial">8</font>
+
| align="right" | 8
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">15.0822</font>
+
| 15.0822
| <font face="Arial">68.0097</font>
+
| 68.0097
 
|-
 
|-
| ''' [comments.html#top1 <font face="Arial">top1-15x05</font>] '''
+
| ''' [comments.html#top1 top1-15x05] '''
 
|
 
|
[problems/top.mod <font face="Arial">top.mod</font>]
+
[problems/top.mod top.mod]
 
|
 
|
[problems/top1-15x05.dat <font face="Arial">top1-15x05.dat</font>]
+
[problems/top1-15x05.dat top1-15x05.dat]
 
|
 
|
[problems/top.scl <font face="Arial">top.scl</font>]
+
[problems/top.scl top.scl]
| <font face="Arial">OQR2-MN-260-186</font>
+
| OQR2-MN-260-186
| align="right" | <font face="Arial">75</font>
+
| align="right" | 75
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">203.343</font>
+
| 203.343
| <font face="Arial">NLP fail</font>
+
| NLP fail
 
|-
 
|-
| ''' [comments.html#top1 <font face="Arial">top1-30x10</font>] '''
+
| ''' [comments.html#top1 top1-30x10] '''
 
|
 
|
[problems/top.mod <font face="Arial">top.mod</font>]
+
[problems/top.mod top.mod]
 
|
 
|
[problems/top1-30x10.dat <font face="Arial">top1-30x10.dat</font>]
+
[problems/top1-30x10.dat top1-30x10.dat]
 
|
 
|
[problems/top.scl <font face="Arial">top.scl</font>]
+
[problems/top.scl top.scl]
| <font face="Arial">OQR2-MN-970-671</font>
+
| OQR2-MN-970-671
| align="right" | <font face="Arial">300</font>
+
| align="right" | 300
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">202.92</font>
+
| 202.92
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#top1 <font face="Arial">top1-60x20</font>] '''
+
| ''' [comments.html#top1 top1-60x20] '''
 
|
 
|
[problems/top.mod <font face="Arial">top.mod</font>]
+
[problems/top.mod top.mod]
 
|
 
|
[problems/top1-60x20.dat <font face="Arial">top1-60x20.dat</font>]
+
[problems/top1-60x20.dat top1-60x20.dat]
 
|
 
|
[problems/top.scl <font face="Arial">top.scl</font>]
+
[problems/top.scl top.scl]
| <font face="Arial">OQR2-MN-3740-2541</font>
+
| OQR2-MN-3740-2541
| align="right" | <font face="Arial">1200</font>
+
| align="right" | 1200
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">?</font>
+
| ?
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#trimlon <font face="Arial">trimlon2</font>] '''
+
| ''' [comments.html#trimlon trimlon2] '''
 
|
 
|
[problems/trimlon.mod <font face="Arial">trimlon.mod</font>]
+
[problems/trimlon.mod trimlon.mod]
 
|
 
|
[problems/trimlon2.dat <font face="Arial">trimlon2.dat</font>]
+
[problems/trimlon2.dat trimlon2.dat]
 
|
 
|
[problems/trimlon.int <font face="Arial">trimlon.int</font>]
+
[problems/trimlon.int trimlon.int]
| <font face="Arial">LOR2-AN-8-12</font>
+
| LOR2-AN-8-12
| align="right" | <font face="Arial">8</font>
+
| align="right" | 8
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">4.06375</font>
+
| 4.06375
| <font face="Arial">5.3</font>
+
| 5.3
 
|-
 
|-
| ''' [comments.html#trimlon <font face="Arial">trimlon4</font>] '''
+
| ''' [comments.html#trimlon trimlon4] '''
 
|
 
|
[problems/trimlon.mod <font face="Arial">trimlon.mod</font>]
+
[problems/trimlon.mod trimlon.mod]
 
|
 
|
[problems/trimlon4.dat <font face="Arial">trimlon4.dat</font>]
+
[problems/trimlon4.dat trimlon4.dat]
 
|
 
|
[problems/trimlon.int <font face="Arial">trimlon.int</font>]
+
[problems/trimlon.int trimlon.int]
| <font face="Arial">LOR2-MN-24-26</font>
+
| LOR2-MN-24-26
| align="right" | <font face="Arial">24</font>
+
| align="right" | 24
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">7.66333</font>
+
| 7.66333
| <font face="Arial">11.3</font>
+
| 11.3
 
|-
 
|-
| ''' [comments.html#trimlon <font face="Arial">trimlon5</font>] '''
+
| ''' [comments.html#trimlon trimlon5] '''
 
|
 
|
[problems/trimlon.mod <font face="Arial">trimlon.mod</font>]
+
[problems/trimlon.mod trimlon.mod]
 
|
 
|
[problems/trimlon5.dat <font face="Arial">trimlon5.dat</font>]
+
[problems/trimlon5.dat trimlon5.dat]
 
|
 
|
[problems/trimlon.int <font face="Arial">trimlon.int</font>]
+
[problems/trimlon.int trimlon.int]
| <font face="Arial">LOR2-MN-35-33</font>
+
| LOR2-MN-35-33
| align="right" | <font face="Arial">35</font>
+
| align="right" | 35
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">9.664</font>
+
| 9.664
| <font face="Arial">12.1</font>
+
| 12.1
 
|-
 
|-
| ''' [comments.html#trimlon <font face="Arial">trimlon6</font>] '''
+
| ''' [comments.html#trimlon trimlon6] '''
 
|
 
|
[problems/trimlon.mod <font face="Arial">trimlon.mod</font>]
+
[problems/trimlon.mod trimlon.mod]
 
|
 
|
[problems/trimlon6.dat <font face="Arial">trimlon6.dat</font>]
+
[problems/trimlon6.dat trimlon6.dat]
 
|
 
|
[problems/trimlon.int <font face="Arial">trimlon.int</font>]
+
[problems/trimlon.int trimlon.int]
| <font face="Arial">LOR2-MN-48-41</font>
+
| LOR2-MN-48-41
| align="right" | <font face="Arial">48</font>
+
| align="right" | 48
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">14.6913</font>
+
| 14.6913
| <font face="Arial">19.4</font>
+
| 19.4
 
|-
 
|-
| ''' [comments.html#trimlon <font face="Arial">trimlon7</font>] '''
+
| ''' [comments.html#trimlon trimlon7] '''
 
|
 
|
[problems/trimlon.mod <font face="Arial">trimlon.mod</font>]
+
[problems/trimlon.mod trimlon.mod]
 
|
 
|
[problems/trimlon7.dat <font face="Arial">trimlon7.dat</font>]
+
[problems/trimlon7.dat trimlon7.dat]
 
|
 
|
[problems/trimlon.int <font face="Arial">trimlon.int</font>]
+
[problems/trimlon.int trimlon.int]
| <font face="Arial">LOR2-MN-63-42</font>
+
| LOR2-MN-63-42
| align="right" | <font face="Arial">63</font>
+
| align="right" | 63
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">13.6507</font>
+
| 13.6507
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#trimlon <font face="Arial">trimlon12</font>] '''
+
| ''' [comments.html#trimlon trimlon12] '''
 
|
 
|
[problems/trimlon.mod <font face="Arial">trimlon.mod</font>]
+
[problems/trimlon.mod trimlon.mod]
 
|
 
|
[problems/trimlon12.dat <font face="Arial">trimlon12.dat</font>]
+
[problems/trimlon12.dat trimlon12.dat]
 
|
 
|
[problems/trimlon.int <font face="Arial">trimlon.int</font>]
+
[problems/trimlon.int trimlon.int]
| <font face="Arial">LOR2-MN-168-72</font>
+
| LOR2-MN-168-72
| align="right" | <font face="Arial">168</font>
+
| align="right" | 168
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">85.3546</font>
+
| 85.3546
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#trimloss <font face="Arial">trimloss2</font>] '''
+
| ''' [comments.html#trimloss trimloss2] '''
 
|
 
|
[problems/trimloss.mod <font face="Arial">trimloss.mod</font>]
+
[problems/trimloss.mod trimloss.mod]
 
|
 
|
[problems/trimloss2.dat <font face="Arial">trimloss2.dat</font>]
+
[problems/trimloss2.dat trimloss2.dat]
 
|
 
|
[problems/trimloss2.int <font face="Arial">trimloss2.int</font>]
+
[problems/trimloss2.int trimloss2.int]
| <font face="Arial">LOR2-AN-37-24</font>
+
| LOR2-AN-37-24
| align="right" | <font face="Arial">31</font>
+
| align="right" | 31
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">0.718306</font>
+
| 0.718306
| <font face="Arial">5.3</font>
+
| 5.3
 
|-
 
|-
| ''' [comments.html#trimloss <font face="Arial">trimloss4</font>] '''
+
| ''' [comments.html#trimloss trimloss4] '''
 
|
 
|
[problems/trimloss.mod <font face="Arial">trimloss.mod</font>]
+
[problems/trimloss.mod trimloss.mod]
 
|
 
|
[problems/trimloss4.dat <font face="Arial">trimloss4.dat</font>]
+
[problems/trimloss4.dat trimloss4.dat]
 
|
 
|
[problems/trimloss4.int <font face="Arial">trimloss4.int</font>]
+
[problems/trimloss4.int trimloss4.int]
| <font face="Arial">LOR2-MN-105-64</font>
+
| LOR2-MN-105-64
| align="right" | <font face="Arial">85</font>
+
| align="right" | 85
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">1.70933</font>
+
| 1.70933
| <font face="Arial">9.3</font>
+
| 9.3
 
|-
 
|-
| ''' [comments.html#trimloss <font face="Arial">trimloss5</font>] '''
+
| ''' [comments.html#trimloss trimloss5] '''
 
|
 
|
[problems/trimloss.mod <font face="Arial">trimloss.mod</font>]
+
[problems/trimloss.mod trimloss.mod]
 
|
 
|
[problems/trimloss5.dat <font face="Arial">trimloss5.dat</font>]
+
[problems/trimloss5.dat trimloss5.dat]
 
|
 
|
[problems/trimloss5.int <font face="Arial">trimloss5.int</font>]
+
[problems/trimloss5.int trimloss5.int]
| <font face="Arial">LOR2-MN-161-90</font>
+
| LOR2-MN-161-90
| align="right" | <font face="Arial">131</font>
+
| align="right" | 131
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">1.1788683</font>
+
| 1.1788683
| <font face="Arial">12.4</font>
+
| 12.4
 
|-
 
|-
| ''' [comments.html#trimloss <font face="Arial">trimloss6</font>] '''
+
| ''' [comments.html#trimloss trimloss6] '''
 
|
 
|
[problems/trimloss.mod <font face="Arial">trimloss.mod</font>]
+
[problems/trimloss.mod trimloss.mod]
 
|
 
|
[problems/trimloss6.dat <font face="Arial">trimloss6.dat</font>]
+
[problems/trimloss6.dat trimloss6.dat]
 
|
 
|
[problems/trimloss6.int <font face="Arial">trimloss6.int</font>]
+
[problems/trimloss6.int trimloss6.int]
| <font face="Arial">LOR2-MN-215-120</font>
+
| LOR2-MN-215-120
| align="right" | <font face="Arial">173</font>
+
| align="right" | 173
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">1.30565</font>
+
| 1.30565
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#trimloss <font face="Arial">trimloss7</font>] '''
+
| ''' [comments.html#trimloss trimloss7] '''
 
|
 
|
[problems/trimloss.mod <font face="Arial">trimloss.mod</font>]
+
[problems/trimloss.mod trimloss.mod]
 
|
 
|
[problems/trimloss7.dat <font face="Arial">trimloss7.dat</font>]
+
[problems/trimloss7.dat trimloss7.dat]
 
|
 
|
[problems/trimloss7.int <font face="Arial">trimloss7.int</font>]
+
[problems/trimloss7.int trimloss7.int]
| <font face="Arial">LOR2-MN-345-154</font>
+
| LOR2-MN-345-154
| align="right" | <font face="Arial">289</font>
+
| align="right" | 289
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">0.593496</font>
+
| 0.593496
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#trimloss <font face="Arial">trimloss12</font>] '''
+
| ''' [comments.html#trimloss trimloss12] '''
 
|
 
|
[problems/trimloss.mod <font face="Arial">trimloss.mod</font>]
+
[problems/trimloss.mod trimloss.mod]
 
|
 
|
[problems/trimloss12.dat <font face="Arial">trimloss12.dat</font>]
+
[problems/trimloss12.dat trimloss12.dat]
 
|
 
|
[problems/trimloss12.int <font face="Arial">trimloss12.int</font>]
+
[problems/trimloss12.int trimloss12.int]
| <font face="Arial">LOR2-MN-800-372</font>
+
| LOR2-MN-800-372
| align="right" | <font face="Arial">656</font>
+
| align="right" | 656
| align="center" | <font face="Arial">Y</font>
+
| align="center" | Y
| <font face="Arial">2.31187</font>
+
| 2.31187
| <font face="Arial">?</font>
+
| ?
 
|-
 
|-
| ''' [comments.html#wind-fac <font face="Arial">wind-fac</font>] '''
+
| ''' [comments.html#wind-fac wind-fac] '''
 
|
 
|
[problems/wind-fac.mod <font face="Arial">wind-fac.mod</font>]
+
[problems/wind-fac.mod wind-fac.mod]
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">n/a</font>
+
| n/a
| <font face="Arial">LOR2-AN-15-14</font>
+
| LOR2-AN-15-14
| align="right" | <font face="Arial">3</font>
+
| align="right" | 3
| align="center" | <font face="Arial">N</font>
+
| align="center" | N
| <font face="Arial">0.118262</font>
+
| 0.118262
| <font face="Arial">0.254487</font>
+
| 0.254487
|+ align="bottom" | '''<font face="Arial">MacMINLP: ampl collection of MINLP Test Problems</font>'''
+
|+ align="bottom" | '''MacMINLP: ampl collection of MINLP Test Problems'''
 
|}
 
|}
 
----
 
<font size="-1" face="Arial"> Maintained by '' Sven Leyffer''<br /> Email: [mailto:[email protected] '' [email protected]'' ]<br /> Last modified: '' 27 July, 2000 ''<br /></font>
 

Revision as of 17:30, 4 March 2009

This directory contains a collection of Mixed Integer Nonlinear Programming (MINLP) test problems in AMPL. A student version of AMPL is available for free which can handle problems with up to 300 variables or constraints.

The integer variables, Special Ordered Sets and priorities are specified through an [int_format int file]. Note that the int file is not required by default as AMPL allows the definition of integer variables.

In the Table below, the following column headings are used:

heading meaning
NAME the name of the problem, click for a short reference
mod file the corresponding ampl model file
dat file the corresponding ampl data file
int file the corresponding [int_format integer file]
CUTE classification Classification as Nonlinear Program (NLP)
#int the number of integer variables
convex (Y/N) depending on whether the problem is convex or not
f(x) objective value of NLP relaxation
f(x*) optimal objective value or best solution found

The collection is available as a single [MacMINLP.tar.gz tar file] (simply gunzip and tar xf the file) or as individual problems below or as a [MacMINLP.nl.tar.gz collection of stub.nl files] which can be interpreted by an AMPL solver interface and do not require the AMPL itself. A file with the MINLP AMPL commands used to run the problems is also available.

Click on the NAME of the problem for a short description. The complete list of descriptions can be found in the MINLP Comments. Finally, a list of updates and changes to the AMPL files and the int files is MINLP Updates.

NAME mod file dat file int file CUTE classification #int convex f(x) f(x*)
batch]

[problems/batch.mod batch.mod]

n/a

[problems/batch.int batch.int]

OOR2-AN-46-73 24 Y 259180 285507
[comments.html#c-reload-14 c-reload-14a]

[problems/c-reload.mod c-reload.mod]

[problems/c-reload-14a.dat c-reload-14a.dat]

[problems/c-reload.int c-reload.int]

OOR2-AN-342-308 168 N -1.00752 -1.00743
[comments.html#c-reload-14 c-reload-14b]

[problems/c-reload.mod c-reload.mod]

[problems/c-reload-14b.dat c-reload-14b.dat]

[problems/c-reload.int c-reload.int]

LOR2-AN-342-308 168 N -1.0253 -1.02522
[comments.html#c-reload-14 c-reload-14c]

[problems/c-reload.mod c-reload.mod]

[problems/c-reload-14c.dat c-reload-14c.dat]

[problems/c-reload.int c-reload.int]

LOR2-AN-342-308 168 N -0.99595 -0.99988
[comments.html#c-reload-14 c-reload-14d]

[problems/c-reload.mod c-reload.mod]

[problems/c-reload-14d.dat c-reload-14d.dat]

[problems/c-reload.int c-reload.int]

LOR2-AN-342-308 168 N -1.0340 -1.03405
[comments.html#c-reload-14 c-reload-14e]

[problems/c-reload.mod c-reload.mod]

[problems/c-reload-14e.dat c-reload-14e.dat]

[problems/c-reload.int c-reload.int]

LOR2-AN-342-308 168 N -1.0326 -1.03306
[comments.html#c-reload-14 c-reload-14f]

[problems/c-reload.mod c-reload.mod]

[problems/c-reload-14f.dat c-reload-14f.dat]

[problems/c-reload.int c-reload.int]

LOR2-AN-342-308 168 N -1.0172 -1.01784
[comments.html#c-reload-q c-reload-q-24]

[problems/c-reload-q.mod c-reload-q.mod]

[problems/c-reload-q-24.dat c-reload-q-24.dat]

n/a LOR2-AN-968-632 576 N -1.12795 -1.12795
[comments.html#c-reload-q c-reload-q-25]

[problems/c-reload-q.mod c-reload-q.mod]

[problems/c-reload-q-25.dat c-reload-q-25.dat]

n/a LOR2-AN-1033-658 625 N ? ?
[comments.html#c-reload-q c-reload-q-49]

[problems/c-reload-q.mod c-reload-q.mod]

[problems/c-reload-q-49.dat c-reload-q-49.dat]

n/a LOR2-AN-3292-1430 2401 N ? ?
[comments.html#c-reload-q c-reload-q-104]

[problems/c-reload-q.mod c-reload-q.mod]

[problems/c-reload-q-104.dat c-reload-q-104.dat]

n/a LOR2-AN-12906-3338 10816 N ? ?
[comments.html#c-sched c-sched1]

[problems/c-sched.mod c-sched.mod]

[problems/c-sched1.dat c-sched1.dat]

[problems/c-sched1.int c-sched1.int]

OLR2-AN-73-16 60 Y -30640.6 -30639.3
[comments.html#c-sched c-sched2]

[problems/c-sched.mod c-sched.mod]

[problems/c-sched2.dat c-sched2.dat]

[problems/c-sched2.int c-sched2.int]

OLR2-AN-400-137 308 Y -166247 -166102
[comments.html#feedloc feedloc]

[problems/feedloc.mod feedloc.mod]

n/a

[problems/feedloc.int feedloc.int]

LOR2-AN-90-259 37 N 0.0 0.0
[comments.html#geartrain geartrain]

[problems/geartrain.mod geartrain.mod]

n/a n/a OBR2-AN-4-0 4 Y 9.23355E-11 7.77863E-07
[comments.html#lbti-00 lbti-00-15]

[problems/lbti-00.mod lbti-00.mod]

[problems/lbti-00-15.dat lbti-00-15.dat]

n/a OOR2-AN-274-402 169 N ? 0.988
[comments.html#lbti-00 lbti-00-20]

[problems/lbti-00.mod lbti-00.mod]

[problems/lbti-00-20.dat lbti-00-20.dat]

n/a OOR2-AN-274-402 169 N ? 0.988
[comments.html#lbti-00 lbti-00-40]

[problems/lbti-00.mod lbti-00.mod]

[problems/lbti-00-40.dat lbti-00-40.dat]

n/a OOR2-AN-274-402 169 N ? 0.988
[comments.html#lbti-01 lbti-01-15]

[problems/lbti-01.mod lbti-01.mod]

[problems/lbti-01-15.dat lbti-01-15.dat]

n/a OOR2-AN-334-502 229 N ? 0.983
[comments.html#lbti-01 lbti-01-20]

[problems/lbti-01.mod lbti-01.mod]

[problems/lbti-01-20.dat lbti-01-20.dat]

n/a OOR2-AN-334-502 229 N ? 0.983
[comments.html#lbti-01 lbti-01-40]

[problems/lbti-01.mod lbti-01.mod]

[problems/lbti-01-40.dat lbti-01-40.dat]

n/a OOR2-AN-334-502 229 N ? 0.983
[comments.html#lbti-02 lbti-02-297]

[problems/lbti-02.mod lbti-02.mod]

[problems/lbti-02-297.dat lbti-02-297.dat]

n/a QOR2-AN-7101-13004 6702 N ? 1.21
[comments.html#mittelman mittelman]

[problems/mittelman.mod mittelman.mod]

n/a n/a OOR2-AN-16-7 16 N 5.02361 13.0000
[comments.html#optprloc optprloc]

[problems/optprloc.mod optprloc.mod]

n/a n/a QQR2-AN-30-29 25 Y -16.4198 -8.06414
[comments.html#space space-25]

[problems/space-25.mod space-25.mod]

[problems/space-25.dat space-25.dat]

[problems/space-25.int space-25.int]

LQR2-AN-893-235 750 N 483.811 484.329
[comments.html#space-r space-25-r]

[problems/space-25-r.mod space-25-r.mod]

[problems/space-25-r.dat space-25-r.dat]

[problems/space-25.int space-25.int]

LQR2-AN-818-160 750 N 483.811 484.329
[comments.html#space space-960]

[problems/space-960.mod space-960.mod]

[problems/space-960.dat space-960.dat]

[problems/space-960.int space-960.int]

LQR2-AN-15137-8417 9600 N ? ?
[comments.html#space-i space-960-i]

[problems/space-960-i.mod space-960-i.mod]

[problems/space-960-i.dat space-960-i.dat]

n/a LQR2-AN-5537-6497 960 N ? ?
[comments.html#space-ir space-960-ir]

[problems/space-960-ir.mod space-960-ir.mod]

[problems/space-960-ir.dat space-960-ir.dat]

n/a LQR2-AN-2657-3617 960 N ? ?
[comments.html#space-r space-960-r]

[problems/space-960-r.mod space-960-r.mod]

[problems/space-960-r.dat space-960-r.dat]

[problems/space-960.int space-960.int]

LQR2-AN-12257-5537 9600 N ? ?
[comments.html#spring spring]

[problems/spring.mod spring.mod]

n/a

[problems/spring.int spring.int]

OOR2-AN-17-10 11 N 0.832025 0.846246
[comments.html#stockcycle stockcycle]

[problems/stockcycle.mod stockcycle.mod]

n/a

[problems/stockcycle.int stockcycle.int]

OLR2-AN-480-97 480 Y 117916 121113 ?
[comments.html#synthes synthes1]

[problems/synthes1.mod synthes1.mod]

n/a n/a OOR2-AN-6-6 3 Y 0.759284 6.00976
[comments.html#synthes synthes2]

[problems/synthes2.mod synthes2.mod]

n/a n/a OOR2-AN-11-14 5 Y -0.554417 73.0353
[comments.html#synthes synthes3]

[problems/synthes3.mod synthes3.mod]

n/a n/a OOR2-AN-17-19 8 Y 15.0822 68.0097
[comments.html#top1 top1-15x05]

[problems/top.mod top.mod]

[problems/top1-15x05.dat top1-15x05.dat]

[problems/top.scl top.scl]

OQR2-MN-260-186 75 N 203.343 NLP fail
[comments.html#top1 top1-30x10]

[problems/top.mod top.mod]

[problems/top1-30x10.dat top1-30x10.dat]

[problems/top.scl top.scl]

OQR2-MN-970-671 300 N 202.92 ?
[comments.html#top1 top1-60x20]

[problems/top.mod top.mod]

[problems/top1-60x20.dat top1-60x20.dat]

[problems/top.scl top.scl]

OQR2-MN-3740-2541 1200 N ? ?
[comments.html#trimlon trimlon2]

[problems/trimlon.mod trimlon.mod]

[problems/trimlon2.dat trimlon2.dat]

[problems/trimlon.int trimlon.int]

LOR2-AN-8-12 8 N 4.06375 5.3
[comments.html#trimlon trimlon4]

[problems/trimlon.mod trimlon.mod]

[problems/trimlon4.dat trimlon4.dat]

[problems/trimlon.int trimlon.int]

LOR2-MN-24-26 24 N 7.66333 11.3
[comments.html#trimlon trimlon5]

[problems/trimlon.mod trimlon.mod]

[problems/trimlon5.dat trimlon5.dat]

[problems/trimlon.int trimlon.int]

LOR2-MN-35-33 35 N 9.664 12.1
[comments.html#trimlon trimlon6]

[problems/trimlon.mod trimlon.mod]

[problems/trimlon6.dat trimlon6.dat]

[problems/trimlon.int trimlon.int]

LOR2-MN-48-41 48 N 14.6913 19.4
[comments.html#trimlon trimlon7]

[problems/trimlon.mod trimlon.mod]

[problems/trimlon7.dat trimlon7.dat]

[problems/trimlon.int trimlon.int]

LOR2-MN-63-42 63 N 13.6507 ?
[comments.html#trimlon trimlon12]

[problems/trimlon.mod trimlon.mod]

[problems/trimlon12.dat trimlon12.dat]

[problems/trimlon.int trimlon.int]

LOR2-MN-168-72 168 N 85.3546 ?
[comments.html#trimloss trimloss2]

[problems/trimloss.mod trimloss.mod]

[problems/trimloss2.dat trimloss2.dat]

[problems/trimloss2.int trimloss2.int]

LOR2-AN-37-24 31 Y 0.718306 5.3
[comments.html#trimloss trimloss4]

[problems/trimloss.mod trimloss.mod]

[problems/trimloss4.dat trimloss4.dat]

[problems/trimloss4.int trimloss4.int]

LOR2-MN-105-64 85 Y 1.70933 9.3
[comments.html#trimloss trimloss5]

[problems/trimloss.mod trimloss.mod]

[problems/trimloss5.dat trimloss5.dat]

[problems/trimloss5.int trimloss5.int]

LOR2-MN-161-90 131 Y 1.1788683 12.4
[comments.html#trimloss trimloss6]

[problems/trimloss.mod trimloss.mod]

[problems/trimloss6.dat trimloss6.dat]

[problems/trimloss6.int trimloss6.int]

LOR2-MN-215-120 173 Y 1.30565 ?
[comments.html#trimloss trimloss7]

[problems/trimloss.mod trimloss.mod]

[problems/trimloss7.dat trimloss7.dat]

[problems/trimloss7.int trimloss7.int]

LOR2-MN-345-154 289 Y 0.593496 ?
[comments.html#trimloss trimloss12]

[problems/trimloss.mod trimloss.mod]

[problems/trimloss12.dat trimloss12.dat]

[problems/trimloss12.int trimloss12.int]

LOR2-MN-800-372 656 Y 2.31187 ?
[comments.html#wind-fac wind-fac]

[problems/wind-fac.mod wind-fac.mod]

n/a n/a LOR2-AN-15-14 3 N 0.118262 0.254487
MacMINLP: ampl collection of MINLP Test Problems