Software Listing of Author : "Thomas Trdotatscher"
- Extract solution from CPLEX .sol file
- License: Freeware
- Price: 0.00


Reads a CPLEX .sol xml file and extracts the solution. Returned is the solution in form of a column vector x. The cplex solution file can be created with the WRITE command in cplex. Together with the MPS export utility it is possible to export and import linear programming problems and solutions to and from CPLEX.
- Publisher: Thomas TrdoTAtscher
- Date Released: 04-03-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Linear Mixed Integer Program Solver
- License: Freeware
- Price: 0.00


Solves the mixed integer linear problem: min c'*x s.t. A*x <= b s.t. Aeq*x == beq s.t. lb <= x <= ub x(yidx) integer where yidx is a logical index vector. This program solves linear mixed integer problems with a branch and bound method. It is highly recommended to use a different solver than linprog for solving the lp-relaxations. There are three good alternatives available online with pre-compiled mex files: 1. CLP by the COIN-OR project. MEX interface can be found at: http://control.ee.ethz.ch/~joloef/clp.php 2. BPMPD by Csaba MdoTeszdodAros MEX interface can be found at: http://www.pserc.cornell.edu/bpmpd/ 3. QSOPT by David Applegate, William Cook, Sanjeeb Dash, and Monika Mevenkamp MEX interface can be found at: http://control.ee.ethz.ch/~joloef/mexqsopt.msql Functions: miprog - Solve the linear mip problem...
- Publisher: Thomas TrdoTAtscher
- Date Released: 27-06-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
