Rank: 1367 based on 47 downloads (last 30 days) and 2 files submitted
photo

Thomas Trötscher

E-mail

Personal Profile:
Professional Interests:
Simulation of power/energy systems and power/energy markets

 

Watch this Author's files

 

Files Posted by Thomas View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Sep 2009 Screenshot Linear Mixed Integer Program Solver Solve linear mixed integer problems with a branch and bound method. Author: Thomas Trötscher linear mixed integer ..., mixed integer, linear programming, optimization, mixed integer program, milp 40 5
  • 5.0
5.0 | 2 ratings
03 Sep 2009 Extract solution from CPLEX .sol file Reads a CPLEX .sol xml file and extracts the solution. Author: Thomas Trötscher data import, optimization, cplex, linear programming, xml 7 0
Comments and Ratings by Thomas View all
Updated File Comments Rating
11 Mar 2010 Binary Serach of rows of M-by-N Matrix Binary Search that is based on sum of column values of rows of input M-by-N Matrix Author: Dr. Murtaza Khan

This does not work well when there are many rows with the same column sum. I have a matrix of size ~45000 x 350 where the rows can have a sum of 1, 2 or 3; in this case the supplied function used about 100 times as long as the built-in matlab function. Also, if the same data is transposed the function does not work at all.

Other than that it seems to work very well for uniformly distributed data.

11 Mar 2010 findsubmat Finds one matrix (a sub-matrix) within another. Author: Matt Fig
08 Sep 2009 MPS format exporting tool Convert linear programming problem (MATLAB matrices) to MPS format Author: Bruno Luong

Works nicely with ILOG CPLEX 11 at least

Comments and Ratings on Thomas' Files View all
Updated File Comment by Comments Rating
03 Oct 2011 Linear Mixed Integer Program Solver Solve linear mixed integer problems with a branch and bound method. Author: Thomas Trötscher Christos

Note the updated links for CLP and QSOPT solvers:
1. CLP by the COIN-OR project.
  MEX interface can be found at:
  http://control.ee.ethz.ch/~johanl/clp.php
3. QSOPT by David Applegate, William Cook, Sanjeeb Dash, and Monika Mevenkamp
  MEX interface can be found at:
  http://control.ee.ethz.ch/~johanl/mexqsopt.msql

23 Sep 2011 Linear Mixed Integer Program Solver Solve linear mixed integer problems with a branch and bound method. Author: Thomas Trötscher Y., BIG

I like to use this file for the folowing mathematical model but I have never used Matlab before. Can some one help please?

Minimize Somme of X(ik(i)) for i=1 to k

subject to:

 X(ik)- T(ijk) >= X(ih)
 X(pk)- X(ik)+ H *[1-Y(ipk)] >= T(pqk)
 X(ik)- X(pk)+ H *[Y(ipk)] >= T(ijk)
 X(ik)>=0
 Y(ipk)= 0 or 1

 

  

02 Jan 2011 Linear Mixed Integer Program Solver Solve linear mixed integer problems with a branch and bound method. Author: Thomas Trötscher tawfik, tawfik

its a good implementation for MINLP

25 Aug 2010 Linear Mixed Integer Program Solver Solve linear mixed integer problems with a branch and bound method. Author: Thomas Trötscher Mariano

Thanks for your work.
I have a question: why " It is highly recommended to use a different solver than linprog for solving the lp-relaxations" ?

12 Sep 2009 Linear Mixed Integer Program Solver Solve linear mixed integer problems with a branch and bound method. Author: Thomas Trötscher Petter

Why use this instead of YALMIP?

Top Tags Applied by Thomas
branch and bound, linear programming, optimization, bound, branch
Files Tagged by Thomas View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Sep 2009 Screenshot Linear Mixed Integer Program Solver Solve linear mixed integer problems with a branch and bound method. Author: Thomas Trötscher linear mixed integer ..., mixed integer, linear programming, optimization, mixed integer program, milp 40 5
  • 5.0
5.0 | 2 ratings
03 Sep 2009 Extract solution from CPLEX .sol file Reads a CPLEX .sol xml file and extracts the solution. Author: Thomas Trötscher data import, optimization, cplex, linear programming, xml 7 0
11 Mar 2005 mixed-integer LP This function solves the mixed integer linear programming problems. Author: Sherif Tawfik branch and bound, general integer linea..., mixed integer, linear programming, optimization 85 16
  • 4.5
4.5 | 14 ratings

Contact us at files@mathworks.com