Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msakai/minlplib2-pb
Pseudo boolean optimization problems converted from MINLPLIB2
https://github.com/msakai/minlplib2-pb
Last synced: about 1 month ago
JSON representation
Pseudo boolean optimization problems converted from MINLPLIB2
- Host: GitHub
- URL: https://github.com/msakai/minlplib2-pb
- Owner: msakai
- Created: 2015-06-20T06:01:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T12:16:12.000Z (over 9 years ago)
- Last Synced: 2024-10-13T23:49:11.990Z (3 months ago)
- Language: Ruby
- Size: 19.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MINLPLIB2-PB
============Pseudo boolean optimization problems converted from MINLPLIB2 [1].
Some notes on instances
-----------------------### sporttournament*.opb
The objective functions are scaled by -1 to turn maximization
problems into minimization problems.### cardqp_iqp.opb
The objective function is scaled by 200000000 to turn fractional
coefficients into integers.### cardqp_inlp.opb
The objective function is scaled by 200000000 to turn fractional
coefficients into integers.### faclay80.opb
The objective function is scaled by 2 to turn fractional coefficients
into integers.Refernces
---------* [1] GAMS Development Corp. and GAMS Software GmbH, MINLP (Mixed-Integer
Nonlinear Programming) Library 2, revision 282.
Accessed: 2015-06-19.