Difference between revisions of "MacMINLP"
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | This | + | This page 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 [http://www.mcs.anl.gov/~leyffer/MacMINLP/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: | In the Table below, the following column headings are used: | ||
− | {| border=" | + | {| border="1" cellpadding="0" cellspacing="0" |
|- align="left" | |- align="left" | ||
! heading | ! heading | ||
Line 29: | Line 29: | ||
|- | |- | ||
| convex | | convex | ||
− | | (Y/N) depending on whether the problem is convex or not | + | | (Y/N) depending on whether the problem is convex or not; (Y*=pseudo-convex) |
|- | |- | ||
| '' f(x)'' | | '' f(x)'' | ||
Line 38: | Line 38: | ||
|} | |} | ||
− | 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. | + | 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 [http://www.mcs.anl.gov/~leyffer/MacMINLP/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. You can also get all models and data files as a [http://www.mcs.anl.gov/~leyffer/MacMINLP/MacMINLP.tgz gzip'ed tar ball of the mod/dat files] and 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]]. | 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=" | + | {| border="1" cellpadding="0" cellspacing="0" |
|- align="left" | |- align="left" | ||
! NAME | ! NAME | ||
Line 54: | Line 54: | ||
! '' f(x*)'' | ! '' f(x*)'' | ||
|- | |- | ||
− | | [MINLP Comments#batch|batch] | + | | [[MINLP Comments#batch|batch]] |
| | | | ||
− | [problems/batch.mod batch.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/batch.mod batch.mod] |
| n/a | | n/a | ||
| | | | ||
− | [problems/batch.int batch.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/batch.int batch.int] |
| OOR2-AN-46-73 | | OOR2-AN-46-73 | ||
| align="right" | 24 | | align="right" | 24 | ||
Line 66: | Line 66: | ||
| 285507 | | 285507 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-14|c-reload-14a]] |
| | | | ||
− | [problems/c-reload.mod c-reload.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.mod c-reload.mod] |
| | | | ||
− | [problems/c-reload-14a.dat c-reload-14a.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-14a.dat c-reload-14a.dat] |
| | | | ||
− | [problems/c-reload.int c-reload.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.int c-reload.int] |
| OOR2-AN-342-308 | | OOR2-AN-342-308 | ||
| align="right" | 168 | | align="right" | 168 | ||
Line 79: | Line 79: | ||
| -1.00743 | | -1.00743 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-14|c-reload-14b]] |
| | | | ||
− | [problems/c-reload.mod c-reload.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.mod c-reload.mod] |
| | | | ||
− | [problems/c-reload-14b.dat c-reload-14b.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-14b.dat c-reload-14b.dat] |
| | | | ||
− | [problems/c-reload.int c-reload.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.int c-reload.int] |
| LOR2-AN-342-308 | | LOR2-AN-342-308 | ||
| align="right" | 168 | | align="right" | 168 | ||
Line 92: | Line 92: | ||
| -1.02522 | | -1.02522 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-14|c-reload-14c]] |
| | | | ||
− | [problems/c-reload.mod c-reload.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.mod c-reload.mod] |
| | | | ||
− | [problems/c-reload-14c.dat c-reload-14c.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-14c.dat c-reload-14c.dat] |
| | | | ||
− | [problems/c-reload.int c-reload.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.int c-reload.int] |
| LOR2-AN-342-308 | | LOR2-AN-342-308 | ||
| align="right" | 168 | | align="right" | 168 | ||
Line 105: | Line 105: | ||
| -0.99988 | | -0.99988 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-14|c-reload-14d]] |
| | | | ||
− | [problems/c-reload.mod c-reload.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.mod c-reload.mod] |
| | | | ||
− | [problems/c-reload-14d.dat c-reload-14d.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-14d.dat c-reload-14d.dat] |
| | | | ||
− | [problems/c-reload.int c-reload.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.int c-reload.int] |
| LOR2-AN-342-308 | | LOR2-AN-342-308 | ||
| align="right" | 168 | | align="right" | 168 | ||
Line 118: | Line 118: | ||
| -1.03405 | | -1.03405 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-14|c-reload-14e]] |
| | | | ||
− | [problems/c-reload.mod c-reload.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.mod c-reload.mod] |
| | | | ||
− | [problems/c-reload-14e.dat c-reload-14e.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-14e.dat c-reload-14e.dat] |
| | | | ||
− | [problems/c-reload.int c-reload.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.int c-reload.int] |
| LOR2-AN-342-308 | | LOR2-AN-342-308 | ||
| align="right" | 168 | | align="right" | 168 | ||
Line 131: | Line 131: | ||
| -1.03306 | | -1.03306 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-14|c-reload-14f]] |
| | | | ||
− | [problems/c-reload.mod c-reload.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.mod c-reload.mod] |
| | | | ||
− | [problems/c-reload-14f.dat c-reload-14f.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-14f.dat c-reload-14f.dat] |
| | | | ||
− | [problems/c-reload.int c-reload.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload.int c-reload.int] |
| LOR2-AN-342-308 | | LOR2-AN-342-308 | ||
| align="right" | 168 | | align="right" | 168 | ||
Line 144: | Line 144: | ||
| -1.01784 | | -1.01784 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-q|c-reload-q-24]] |
| | | | ||
− | [problems/c-reload-q.mod c-reload-q.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-q.mod c-reload-q.mod] |
| | | | ||
− | [problems/c-reload-q-24.dat c-reload-q-24.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-q-24.dat c-reload-q-24.dat] |
| n/a | | n/a | ||
| LOR2-AN-968-632 | | LOR2-AN-968-632 | ||
Line 156: | Line 156: | ||
| -1.12795 | | -1.12795 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-q|c-reload-q-25]] |
| | | | ||
− | [problems/c-reload-q.mod c-reload-q.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-q.mod c-reload-q.mod] |
| | | | ||
− | [problems/c-reload-q-25.dat c-reload-q-25.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-q-25.dat c-reload-q-25.dat] |
| n/a | | n/a | ||
| LOR2-AN-1033-658 | | LOR2-AN-1033-658 | ||
Line 168: | Line 168: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-q|c-reload-q-49]] |
| | | | ||
− | [problems/c-reload-q.mod c-reload-q.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-q.mod c-reload-q.mod] |
| | | | ||
− | [problems/c-reload-q-49.dat c-reload-q-49.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-q-49.dat c-reload-q-49.dat] |
| n/a | | n/a | ||
| LOR2-AN-3292-1430 | | LOR2-AN-3292-1430 | ||
Line 180: | Line 180: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-reload-q|c-reload-q-104]] |
| | | | ||
− | [problems/c-reload-q.mod c-reload-q.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-q.mod c-reload-q.mod] |
| | | | ||
− | [problems/c-reload-q-104.dat c-reload-q-104.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-reload-q-104.dat c-reload-q-104.dat] |
| n/a | | n/a | ||
| LOR2-AN-12906-3338 | | LOR2-AN-12906-3338 | ||
Line 192: | Line 192: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-sched|c-sched1]] |
| | | | ||
− | [problems/c-sched.mod c-sched.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-sched.mod c-sched.mod] |
| | | | ||
− | [problems/c-sched1.dat c-sched1.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-sched1.dat c-sched1.dat] |
| | | | ||
− | [problems/c-sched1.int c-sched1.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-sched1.int c-sched1.int] |
| OLR2-AN-73-16 | | OLR2-AN-73-16 | ||
| align="right" | 60 | | align="right" | 60 | ||
− | | align="center" | Y | + | | align="center" | Y* |
| -30640.6 | | -30640.6 | ||
| -30639.3 | | -30639.3 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#c-sched|c-sched2]] |
| | | | ||
− | [problems/c-sched.mod c-sched.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-sched.mod c-sched.mod] |
| | | | ||
− | [problems/c-sched2.dat c-sched2.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-sched2.dat c-sched2.dat] |
| | | | ||
− | [problems/c-sched2.int c-sched2.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/c-sched2.int c-sched2.int] |
| OLR2-AN-400-137 | | OLR2-AN-400-137 | ||
| align="right" | 308 | | align="right" | 308 | ||
− | | align="center" | Y | + | | align="center" | Y* |
| -166247 | | -166247 | ||
| -166102 | | -166102 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#feedloc|feedloc]] |
| | | | ||
− | [problems/feedloc.mod feedloc.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/feedloc.mod feedloc.mod] |
| n/a | | n/a | ||
| | | | ||
− | [problems/feedloc.int feedloc.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/feedloc.int feedloc.int] |
| LOR2-AN-90-259 | | LOR2-AN-90-259 | ||
| align="right" | 37 | | align="right" | 37 | ||
Line 230: | Line 230: | ||
| 0.0 | | 0.0 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#geartrain|geartrain]] |
| | | | ||
− | [problems/geartrain.mod geartrain.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/geartrain.mod geartrain.mod] |
| n/a | | n/a | ||
| n/a | | n/a | ||
Line 241: | Line 241: | ||
| 7.77863E-07 | | 7.77863E-07 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#lbti-00|lbti-00-15]] |
| | | | ||
− | [problems/lbti-00.mod lbti-00.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-00.mod lbti-00.mod] |
| | | | ||
− | [problems/lbti-00-15.dat lbti-00-15.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-00-15.dat lbti-00-15.dat] |
| n/a | | n/a | ||
| OOR2-AN-274-402 | | OOR2-AN-274-402 | ||
Line 253: | Line 253: | ||
| 0.988 | | 0.988 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#lbti-00|lbti-00-20]] |
| | | | ||
− | [problems/lbti-00.mod lbti-00.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-00.mod lbti-00.mod] |
| | | | ||
− | [problems/lbti-00-20.dat lbti-00-20.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-00-20.dat lbti-00-20.dat] |
| n/a | | n/a | ||
| OOR2-AN-274-402 | | OOR2-AN-274-402 | ||
Line 265: | Line 265: | ||
| 0.988 | | 0.988 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#lbti-00|lbti-00-40]] |
| | | | ||
− | [problems/lbti-00.mod lbti-00.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-00.mod lbti-00.mod] |
| | | | ||
− | [problems/lbti-00-40.dat lbti-00-40.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-00-40.dat lbti-00-40.dat] |
| n/a | | n/a | ||
| OOR2-AN-274-402 | | OOR2-AN-274-402 | ||
Line 277: | Line 277: | ||
| 0.988 | | 0.988 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#lbti-01|lbti-01-15]] |
| | | | ||
− | [problems/lbti-01.mod lbti-01.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-01.mod lbti-01.mod] |
| | | | ||
− | [problems/lbti-01-15.dat lbti-01-15.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-01-15.dat lbti-01-15.dat] |
| n/a | | n/a | ||
| OOR2-AN-334-502 | | OOR2-AN-334-502 | ||
Line 289: | Line 289: | ||
| 0.983 | | 0.983 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#lbti-01|lbti-01-20]] |
| | | | ||
− | [problems/lbti-01.mod lbti-01.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-01.mod lbti-01.mod] |
| | | | ||
− | [problems/lbti-01-20.dat lbti-01-20.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-01-20.dat lbti-01-20.dat] |
| n/a | | n/a | ||
| OOR2-AN-334-502 | | OOR2-AN-334-502 | ||
Line 301: | Line 301: | ||
| 0.983 | | 0.983 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#lbti-01|lbti-01-40]] |
| | | | ||
− | [problems/lbti-01.mod lbti-01.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-01.mod lbti-01.mod] |
| | | | ||
− | [problems/lbti-01-40.dat lbti-01-40.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-01-40.dat lbti-01-40.dat] |
| n/a | | n/a | ||
| OOR2-AN-334-502 | | OOR2-AN-334-502 | ||
Line 313: | Line 313: | ||
| 0.983 | | 0.983 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#lbti-02|lbti-02-297]] |
| | | | ||
− | [problems/lbti-02.mod lbti-02.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-02.mod lbti-02.mod] |
| | | | ||
− | [problems/lbti-02-297.dat lbti-02-297.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/lbti-02-297.dat lbti-02-297.dat] |
| n/a | | n/a | ||
| QOR2-AN-7101-13004 | | QOR2-AN-7101-13004 | ||
Line 325: | Line 325: | ||
| 1.21 | | 1.21 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#mittelman|mittelman]] |
| | | | ||
− | [problems/mittelman.mod mittelman.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/mittelman.mod mittelman.mod] |
| n/a | | n/a | ||
| n/a | | n/a | ||
Line 336: | Line 336: | ||
| 13.0000 | | 13.0000 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#optprloc|optprloc]] |
| | | | ||
− | [problems/optprloc.mod optprloc.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/optprloc.mod optprloc.mod] |
| n/a | | n/a | ||
| n/a | | n/a | ||
Line 347: | Line 347: | ||
| -8.06414 | | -8.06414 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#shale-gas|shale-gas-1]] |
+ | | | ||
+ | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/shale-gas.mod shale-gas.mod] | ||
+ | | | ||
+ | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/shale-gas-1.dat shale-gas-1.dat] | ||
+ | | n/a | ||
+ | | QQR2-AN-3252-6300 | ||
+ | | align="right" | 504 | ||
+ | | align="center" | N | ||
+ | | -17.1575 | ||
+ | | ??? | ||
+ | |- | ||
+ | | [[MINLP Comments#shale-gas|shale-gas-2]] | ||
+ | | | ||
+ | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/shale-gas.mod shale-gas.mod] | ||
+ | | | ||
+ | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/shale-gas-2.dat shale-gas-2.dat] | ||
+ | | n/a | ||
+ | | QQR2-AN-3252-6300 | ||
+ | | align="right" | 504 | ||
+ | | align="center" | N | ||
+ | | -15.3774 | ||
+ | | ??? | ||
+ | |- | ||
+ | | [[MINLP Comments#space|space-25]] | ||
| | | | ||
− | [problems/space-25.mod space-25.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-25.mod space-25.mod] |
| | | | ||
− | [problems/space-25.dat space-25.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-25.dat space-25.dat] |
| | | | ||
− | [problems/space-25.int space-25.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-25.int space-25.int] |
| LQR2-AN-893-235 | | LQR2-AN-893-235 | ||
| align="right" | 750 | | align="right" | 750 | ||
Line 360: | Line 384: | ||
| 484.329 | | 484.329 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#space-r|space-25-r]] |
| | | | ||
− | [problems/space-25-r.mod space-25-r.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-25-r.mod space-25-r.mod] |
| | | | ||
− | [problems/space-25-r.dat space-25-r.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-25-r.dat space-25-r.dat] |
| | | | ||
− | [problems/space-25.int space-25.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-25.int space-25.int] |
| LQR2-AN-818-160 | | LQR2-AN-818-160 | ||
| align="right" | 750 | | align="right" | 750 | ||
Line 373: | Line 397: | ||
| 484.329 | | 484.329 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#space|space-960]] |
| | | | ||
− | [problems/space-960.mod space-960.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960.mod space-960.mod] |
| | | | ||
− | [problems/space-960.dat space-960.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960.dat space-960.dat] |
| | | | ||
− | [problems/space-960.int space-960.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960.int space-960.int] |
| LQR2-AN-15137-8417 | | LQR2-AN-15137-8417 | ||
| align="right" | 9600 | | align="right" | 9600 | ||
Line 386: | Line 410: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#space-i|space-960-i]] |
| | | | ||
− | [problems/space-960-i.mod space-960-i.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960-i.mod space-960-i.mod] |
| | | | ||
− | [problems/space-960-i.dat space-960-i.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960-i.dat space-960-i.dat] |
| n/a | | n/a | ||
| LQR2-AN-5537-6497 | | LQR2-AN-5537-6497 | ||
Line 398: | Line 422: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#space-ir|space-960-ir]] |
| | | | ||
− | [problems/space-960-ir.mod space-960-ir.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960-ir.mod space-960-ir.mod] |
| | | | ||
− | [problems/space-960-ir.dat space-960-ir.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960-ir.dat space-960-ir.dat] |
| n/a | | n/a | ||
| LQR2-AN-2657-3617 | | LQR2-AN-2657-3617 | ||
Line 410: | Line 434: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#space-r|space-960-r]] |
| | | | ||
− | [problems/space-960-r.mod space-960-r.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960-r.mod space-960-r.mod] |
| | | | ||
− | [problems/space-960-r.dat space-960-r.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960-r.dat space-960-r.dat] |
| | | | ||
− | [problems/space-960.int space-960.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/space-960.int space-960.int] |
| LQR2-AN-12257-5537 | | LQR2-AN-12257-5537 | ||
| align="right" | 9600 | | align="right" | 9600 | ||
Line 423: | Line 447: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#spring|spring]] |
| | | | ||
− | [problems/spring.mod spring.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/spring.mod spring.mod] |
| n/a | | n/a | ||
| | | | ||
− | [problems/spring.int spring.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/spring.int spring.int] |
| OOR2-AN-17-10 | | OOR2-AN-17-10 | ||
| align="right" | 11 | | align="right" | 11 | ||
Line 435: | Line 459: | ||
| 0.846246 | | 0.846246 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#stockcycle|stockcycle]] |
| | | | ||
− | [problems/stockcycle.mod stockcycle.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/stockcycle.mod stockcycle.mod] |
| n/a | | n/a | ||
| | | | ||
− | [problems/stockcycle.int stockcycle.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/stockcycle.int stockcycle.int] |
| OLR2-AN-480-97 | | OLR2-AN-480-97 | ||
| align="right" | 480 | | align="right" | 480 | ||
| align="center" | Y | | align="center" | Y | ||
| 117916 | | 117916 | ||
− | | | + | | 119948 |
|- | |- | ||
− | | | + | | [[MINLP Comments#synthes|synthes1]] |
| | | | ||
− | [problems/synthes1.mod synthes1.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/synthes1.mod synthes1.mod] |
| n/a | | n/a | ||
| n/a | | n/a | ||
Line 458: | Line 482: | ||
| 6.00976 | | 6.00976 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#synthes|synthes2]] |
| | | | ||
− | [problems/synthes2.mod synthes2.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/synthes2.mod synthes2.mod] |
| n/a | | n/a | ||
| n/a | | n/a | ||
Line 469: | Line 493: | ||
| 73.0353 | | 73.0353 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#synthes|synthes3]] |
| | | | ||
− | [problems/synthes3.mod synthes3.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/synthes3.mod synthes3.mod] |
| n/a | | n/a | ||
| n/a | | n/a | ||
Line 480: | Line 504: | ||
| 68.0097 | | 68.0097 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#top1|top1-15x05]] |
| | | | ||
− | [problems/top.mod top.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top.mod top.mod] |
| | | | ||
− | [problems/top1-15x05.dat top1-15x05.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top1-15x05.dat top1-15x05.dat] |
| | | | ||
− | [problems/top.scl top.scl] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top.scl top.scl] |
| OQR2-MN-260-186 | | OQR2-MN-260-186 | ||
| align="right" | 75 | | align="right" | 75 | ||
Line 493: | Line 517: | ||
| NLP fail | | NLP fail | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#top1|top1-30x10]] |
| | | | ||
− | [problems/top.mod top.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top.mod top.mod] |
| | | | ||
− | [problems/top1-30x10.dat top1-30x10.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top1-30x10.dat top1-30x10.dat] |
| | | | ||
− | [problems/top.scl top.scl] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top.scl top.scl] |
| OQR2-MN-970-671 | | OQR2-MN-970-671 | ||
| align="right" | 300 | | align="right" | 300 | ||
Line 506: | Line 530: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#top1|top1-60x20]] |
| | | | ||
− | [problems/top.mod top.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top.mod top.mod] |
| | | | ||
− | [problems/top1-60x20.dat top1-60x20.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top1-60x20.dat top1-60x20.dat] |
| | | | ||
− | [problems/top.scl top.scl] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/top.scl top.scl] |
| OQR2-MN-3740-2541 | | OQR2-MN-3740-2541 | ||
| align="right" | 1200 | | align="right" | 1200 | ||
Line 519: | Line 543: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimlon|trimlon2]] |
| | | | ||
− | [problems/trimlon.mod trimlon.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.mod trimlon.mod] |
| | | | ||
− | [problems/trimlon2.dat trimlon2.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon2.dat trimlon2.dat] |
| | | | ||
− | [problems/trimlon.int trimlon.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.int trimlon.int] |
| LOR2-AN-8-12 | | LOR2-AN-8-12 | ||
| align="right" | 8 | | align="right" | 8 | ||
Line 532: | Line 556: | ||
| 5.3 | | 5.3 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimlon|trimlon4]] |
| | | | ||
− | [problems/trimlon.mod trimlon.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.mod trimlon.mod] |
| | | | ||
− | [problems/trimlon4.dat trimlon4.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon4.dat trimlon4.dat] |
| | | | ||
− | [problems/trimlon.int trimlon.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.int trimlon.int] |
| LOR2-MN-24-26 | | LOR2-MN-24-26 | ||
| align="right" | 24 | | align="right" | 24 | ||
Line 545: | Line 569: | ||
| 11.3 | | 11.3 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimlon|trimlon5]] |
| | | | ||
− | [problems/trimlon.mod trimlon.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.mod trimlon.mod] |
| | | | ||
− | [problems/trimlon5.dat trimlon5.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon5.dat trimlon5.dat] |
| | | | ||
− | [problems/trimlon.int trimlon.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.int trimlon.int] |
| LOR2-MN-35-33 | | LOR2-MN-35-33 | ||
| align="right" | 35 | | align="right" | 35 | ||
Line 558: | Line 582: | ||
| 12.1 | | 12.1 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimlon|trimlon6]] |
| | | | ||
− | [problems/trimlon.mod trimlon.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.mod trimlon.mod] |
| | | | ||
− | [problems/trimlon6.dat trimlon6.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon6.dat trimlon6.dat] |
| | | | ||
− | [problems/trimlon.int trimlon.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.int trimlon.int] |
| LOR2-MN-48-41 | | LOR2-MN-48-41 | ||
| align="right" | 48 | | align="right" | 48 | ||
Line 571: | Line 595: | ||
| 19.4 | | 19.4 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimlon|trimlon7]] |
| | | | ||
− | [problems/trimlon.mod trimlon.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.mod trimlon.mod] |
| | | | ||
− | [problems/trimlon7.dat trimlon7.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon7.dat trimlon7.dat] |
| | | | ||
− | [problems/trimlon.int trimlon.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.int trimlon.int] |
| LOR2-MN-63-42 | | LOR2-MN-63-42 | ||
| align="right" | 63 | | align="right" | 63 | ||
Line 584: | Line 608: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimlon|trimlon12]] |
| | | | ||
− | [problems/trimlon.mod trimlon.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.mod trimlon.mod] |
| | | | ||
− | [problems/trimlon12.dat trimlon12.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon12.dat trimlon12.dat] |
| | | | ||
− | [problems/trimlon.int trimlon.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimlon.int trimlon.int] |
| LOR2-MN-168-72 | | LOR2-MN-168-72 | ||
| align="right" | 168 | | align="right" | 168 | ||
Line 597: | Line 621: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimloss|trimloss2]] |
| | | | ||
− | [problems/trimloss.mod trimloss.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss.mod trimloss.mod] |
| | | | ||
− | [problems/trimloss2.dat trimloss2.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss2.dat trimloss2.dat] |
| | | | ||
− | [problems/trimloss2.int trimloss2.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss2.int trimloss2.int] |
| LOR2-AN-37-24 | | LOR2-AN-37-24 | ||
| align="right" | 31 | | align="right" | 31 | ||
Line 610: | Line 634: | ||
| 5.3 | | 5.3 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimloss|trimloss4]] |
| | | | ||
− | [problems/trimloss.mod trimloss.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss.mod trimloss.mod] |
| | | | ||
− | [problems/trimloss4.dat trimloss4.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss4.dat trimloss4.dat] |
| | | | ||
− | [problems/trimloss4.int trimloss4.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss4.int trimloss4.int] |
| LOR2-MN-105-64 | | LOR2-MN-105-64 | ||
| align="right" | 85 | | align="right" | 85 | ||
Line 623: | Line 647: | ||
| 9.3 | | 9.3 | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimloss|trimloss5]] |
| | | | ||
− | [problems/trimloss.mod trimloss.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss.mod trimloss.mod] |
| | | | ||
− | [problems/trimloss5.dat trimloss5.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss5.dat trimloss5.dat] |
| | | | ||
− | [problems/trimloss5.int trimloss5.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss5.int trimloss5.int] |
| LOR2-MN-161-90 | | LOR2-MN-161-90 | ||
| align="right" | 131 | | align="right" | 131 | ||
| align="center" | Y | | align="center" | Y | ||
| 1.1788683 | | 1.1788683 | ||
− | | | + | | 10.3 |
|- | |- | ||
− | | | + | | [[MINLP Comments#trimloss|trimloss6]] |
| | | | ||
− | [problems/trimloss.mod trimloss.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss.mod trimloss.mod] |
| | | | ||
− | [problems/trimloss6.dat trimloss6.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss6.dat trimloss6.dat] |
| | | | ||
− | [problems/trimloss6.int trimloss6.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss6.int trimloss6.int] |
| LOR2-MN-215-120 | | LOR2-MN-215-120 | ||
| align="right" | 173 | | align="right" | 173 | ||
Line 649: | Line 673: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimloss|trimloss7]] |
| | | | ||
− | [problems/trimloss.mod trimloss.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss.mod trimloss.mod] |
| | | | ||
− | [problems/trimloss7.dat trimloss7.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss7.dat trimloss7.dat] |
| | | | ||
− | [problems/trimloss7.int trimloss7.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss7.int trimloss7.int] |
| LOR2-MN-345-154 | | LOR2-MN-345-154 | ||
| align="right" | 289 | | align="right" | 289 | ||
Line 662: | Line 686: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#trimloss|trimloss12]] |
| | | | ||
− | [problems/trimloss.mod trimloss.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss.mod trimloss.mod] |
| | | | ||
− | [problems/trimloss12.dat trimloss12.dat] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss12.dat trimloss12.dat] |
| | | | ||
− | [problems/trimloss12.int trimloss12.int] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/trimloss12.int trimloss12.int] |
| LOR2-MN-800-372 | | LOR2-MN-800-372 | ||
| align="right" | 656 | | align="right" | 656 | ||
Line 675: | Line 699: | ||
| ? | | ? | ||
|- | |- | ||
− | | | + | | [[MINLP Comments#wind-fac|wind-fac]] |
| | | | ||
− | [problems/wind-fac.mod wind-fac.mod] | + | [http://www.mcs.anl.gov/~leyffer/MacMINLP/problems/wind-fac.mod wind-fac.mod] |
| n/a | | n/a | ||
| n/a | | n/a | ||
Line 685: | Line 709: | ||
| 0.118262 | | 0.118262 | ||
| 0.254487 | | 0.254487 | ||
− | |+ align="bottom" | | + | |+ align="bottom" | MacMINLP: ampl collection of MINLP Test Problems |
|} | |} |
Latest revision as of 08:21, 21 July 2015
This page 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 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; (Y*=pseudo-convex) |
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 collection of stub.nl files which can be interpreted by an AMPL solver interface and do not require the AMPL itself. You can also get all models and data files as a gzip'ed tar ball of the mod/dat files and 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 | n/a | OOR2-AN-46-73 | 24 | Y | 259180 | 285507 | ||
c-reload-14a | OOR2-AN-342-308 | 168 | N | -1.00752 | -1.00743 | |||
c-reload-14b | LOR2-AN-342-308 | 168 | N | -1.0253 | -1.02522 | |||
c-reload-14c | LOR2-AN-342-308 | 168 | N | -0.99595 | -0.99988 | |||
c-reload-14d | LOR2-AN-342-308 | 168 | N | -1.0340 | -1.03405 | |||
c-reload-14e | LOR2-AN-342-308 | 168 | N | -1.0326 | -1.03306 | |||
c-reload-14f | LOR2-AN-342-308 | 168 | N | -1.0172 | -1.01784 | |||
c-reload-q-24 | n/a | LOR2-AN-968-632 | 576 | N | -1.12795 | -1.12795 | ||
c-reload-q-25 | n/a | LOR2-AN-1033-658 | 625 | N | ? | ? | ||
c-reload-q-49 | n/a | LOR2-AN-3292-1430 | 2401 | N | ? | ? | ||
c-reload-q-104 | n/a | LOR2-AN-12906-3338 | 10816 | N | ? | ? | ||
c-sched1 | OLR2-AN-73-16 | 60 | Y* | -30640.6 | -30639.3 | |||
c-sched2 | OLR2-AN-400-137 | 308 | Y* | -166247 | -166102 | |||
feedloc | n/a | LOR2-AN-90-259 | 37 | N | 0.0 | 0.0 | ||
geartrain | n/a | n/a | OBR2-AN-4-0 | 4 | Y | 9.23355E-11 | 7.77863E-07 | |
lbti-00-15 | n/a | OOR2-AN-274-402 | 169 | N | ? | 0.988 | ||
lbti-00-20 | n/a | OOR2-AN-274-402 | 169 | N | ? | 0.988 | ||
lbti-00-40 | n/a | OOR2-AN-274-402 | 169 | N | ? | 0.988 | ||
lbti-01-15 | n/a | OOR2-AN-334-502 | 229 | N | ? | 0.983 | ||
lbti-01-20 | n/a | OOR2-AN-334-502 | 229 | N | ? | 0.983 | ||
lbti-01-40 | n/a | OOR2-AN-334-502 | 229 | N | ? | 0.983 | ||
lbti-02-297 | n/a | QOR2-AN-7101-13004 | 6702 | N | ? | 1.21 | ||
mittelman | n/a | n/a | OOR2-AN-16-7 | 16 | N | 5.02361 | 13.0000 | |
optprloc | n/a | n/a | QQR2-AN-30-29 | 25 | Y | -16.4198 | -8.06414 | |
shale-gas-1 | n/a | QQR2-AN-3252-6300 | 504 | N | -17.1575 | ??? | ||
shale-gas-2 | n/a | QQR2-AN-3252-6300 | 504 | N | -15.3774 | ??? | ||
space-25 | LQR2-AN-893-235 | 750 | N | 483.811 | 484.329 | |||
space-25-r | LQR2-AN-818-160 | 750 | N | 483.811 | 484.329 | |||
space-960 | LQR2-AN-15137-8417 | 9600 | N | ? | ? | |||
space-960-i | n/a | LQR2-AN-5537-6497 | 960 | N | ? | ? | ||
space-960-ir | n/a | LQR2-AN-2657-3617 | 960 | N | ? | ? | ||
space-960-r | LQR2-AN-12257-5537 | 9600 | N | ? | ? | |||
spring | n/a | OOR2-AN-17-10 | 11 | N | 0.832025 | 0.846246 | ||
stockcycle | n/a | OLR2-AN-480-97 | 480 | Y | 117916 | 119948 | ||
synthes1 | n/a | n/a | OOR2-AN-6-6 | 3 | Y | 0.759284 | 6.00976 | |
synthes2 | n/a | n/a | OOR2-AN-11-14 | 5 | Y | -0.554417 | 73.0353 | |
synthes3 | n/a | n/a | OOR2-AN-17-19 | 8 | Y | 15.0822 | 68.0097 | |
top1-15x05 | OQR2-MN-260-186 | 75 | N | 203.343 | NLP fail | |||
top1-30x10 | OQR2-MN-970-671 | 300 | N | 202.92 | ? | |||
top1-60x20 | OQR2-MN-3740-2541 | 1200 | N | ? | ? | |||
trimlon2 | LOR2-AN-8-12 | 8 | N | 4.06375 | 5.3 | |||
trimlon4 | LOR2-MN-24-26 | 24 | N | 7.66333 | 11.3 | |||
trimlon5 | LOR2-MN-35-33 | 35 | N | 9.664 | 12.1 | |||
trimlon6 | LOR2-MN-48-41 | 48 | N | 14.6913 | 19.4 | |||
trimlon7 | LOR2-MN-63-42 | 63 | N | 13.6507 | ? | |||
trimlon12 | LOR2-MN-168-72 | 168 | N | 85.3546 | ? | |||
trimloss2 | LOR2-AN-37-24 | 31 | Y | 0.718306 | 5.3 | |||
trimloss4 | LOR2-MN-105-64 | 85 | Y | 1.70933 | 9.3 | |||
trimloss5 | LOR2-MN-161-90 | 131 | Y | 1.1788683 | 10.3 | |||
trimloss6 | LOR2-MN-215-120 | 173 | Y | 1.30565 | ? | |||
trimloss7 | LOR2-MN-345-154 | 289 | Y | 0.593496 | ? | |||
trimloss12 | LOR2-MN-800-372 | 656 | Y | 2.31187 | ? | |||
wind-fac | n/a | n/a | LOR2-AN-15-14 | 3 | N | 0.118262 | 0.254487 |