numopt 0.1.0

Optimization problem abstractions, solver interfaces, and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# numopt

Optimization problem abstractions, solver interfaces, and more.

## Contents

* Problem abstractions
  * Minlp
  * Milp
  * Lp
  * Nlp
* Solver interfaces
  * Cbc (via command-line)
  * Clp (via command-line)
  * Ipopt (via linking with "libipopt" library) (feature "ipopt")
* Modeling tools
  * Coming soon