Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.