-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
95 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _api_MibS: | ||
|
||
COIN-OR/MibS (BiLevel) | ||
====================== | ||
|
||
.. doxygenclass:: idol::BiLevel::MibS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _api_OsiCbc: | ||
|
||
OsiCbc | ||
====== | ||
|
||
.. doxygenclass:: idol::OsiCbc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _api_OsiClp: | ||
|
||
OsiClp | ||
====== | ||
|
||
.. doxygenclass:: idol::OsiClp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _api_OsiCplex: | ||
|
||
OsiCplex | ||
======== | ||
|
||
.. doxygenclass:: idol::OsiCplex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _api_OsiSymphony: | ||
|
||
OsiSymphony | ||
=========== | ||
|
||
.. doxygenclass:: idol::OsiSymphony |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. _api_Osi: | ||
|
||
COIN-OR/Osi (Cplex, Xpress, Cbc, ...) | ||
========================================== | ||
|
||
Idol can be linked with the `coin-or/Osi <https://github.com/coin-or/Osi>`_ library (*Open Solver Interface*) to use any solver having an osi interface. | ||
|
||
.. hint:: | ||
|
||
At the moment, only Cplex has been properly tested and can be used as follows. | ||
|
||
.. code-block:: | ||
model.use(OsiCplex()); | ||
.. hint:: | ||
|
||
Note that Osi can also be used with *any* Osi object by directly passing the interface as an argument. | ||
|
||
.. code-block:: | ||
model.use(Osi(OsiCpxSolverInterface())); // same as: model.use(OsiCplex()); | ||
.. warning:: | ||
|
||
Though idol has dedicated optimizers for Symphony, Cbc and Clp, it seems that the osi interface for these solvers do not | ||
fully fulfill the interface requirement to have a stable usage. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:glob: | ||
|
||
* | ||
|
||
.. doxygenclass:: idol::Osi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters