Skip to content

Discrete Conic Optimization with Linear Approximations

License

EPL-1.0, GPL-3.0 licenses found

Licenses found

EPL-1.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

tkralphs/DietCOLA

 
 

Repository files navigation

DietCOLA (Discrete COLA) solves Mixed Integer Second Order Cone Optimization
(MISOCO) problems.

This code is developed by modifying COIN-OR's ALPS library example Abc (A
Branch and Cut) solver, which solves Mixed Integer Linear Optimization
problems. Basicly I replaced linear solver with COLA. This transition is
easy since COLA implements conic extension of OSI. This extended interface
is called Conic OSI and can be found at
https://github.com/aykutbulut/OSI-CONIC

DietCOLA is similar in design to Goez's MISOCO solver Iclops.

About

Discrete Conic Optimization with Linear Approximations

Resources

License

EPL-1.0, GPL-3.0 licenses found

Licenses found

EPL-1.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 66.1%
  • C++ 33.9%