File: ROADMAP

package info (click to toggle)
python-pulp 1.6.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,596 kB
  • sloc: python: 6,006; sh: 12; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,056 bytes parent folder | download | duplicates (4)
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