forked from coin-or/pulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ROADMAP
34 lines (29 loc) · 1.03 KB
/
ROADMAP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Roadmap for Pulp-or
===================
Version 1.0
-----------
Original Pulp version written and conceived by Jean-Sebastien Roy js@jeannot.org
Version 1.1
-----------
Contributed by Stuart Mitchell s.mitchell@auckland.ac.nz.
Contains dll solvers that are accessed with the ctypes library.
Can use the CoinMP.dll solver from the coin-or project.
Added column-wise modelling and resolve capabilities.
Wiki added with plenty of examples aphi038@ec.auckland.ac.nz
Version 1.20
------------
Certified for inclusion in Coin-Or
Spilt the solver and constant definitions into separate files
Unit Tests make more explicit
Included external definitions for CoinMP.dll
No Makefile
Version 1.3
------------
Added GUROBI solver
Removed the older MEM solvers
Future
------
Discuss language syntax looking towards removing C alike constructs and make
better use of Python namespace conventions
Integrate branch and cut within Pulp
Integrate with other python OR projects eg Pyomo wehart@sandia.gov and POAMS leo@sie.arizona.edu