Models: Difference between revisions

From TomWiki
Jump to navigationJump to search
(Created page with "==The testprob collection== *Introduction to testprob *Linear Programming Problems: lp_prob *[...")
 
No edit summary
Line 1: Line 1:
==The testprob collection==
==The testprob collection==
*[[Models Introduction to testprob|Introduction to testprob]]
 
===Introduction===
 
Each of the sections in this part will  demonstrate a problem class. Most sections also have a small example in Matlab code with a formal mathematical problem description.
 
The functions <tt>probInit</tt> and <tt>tomrun</tt> respectively initializes and solves the problems in Matlab. For example:
 
<pre>
Prob = probInit('gp_prob',1);
tomRun('',Prob)
</pre>
 
===Problems===
 
*[[Models Linear Programming Problems: lp_prob|Linear Programming Problems: lp_prob]]
*[[Models Linear Programming Problems: lp_prob|Linear Programming Problems: lp_prob]]
*[[Models Mixed-Integer Linear Programming Problems: mip_prob|Mixed-Integer Linear Programming Problems: mip_prob]]
*[[Models Mixed-Integer Linear Programming Problems: mip_prob|Mixed-Integer Linear Programming Problems: mip_prob]]
Line 20: Line 33:


==The modellib collection==
==The modellib collection==
*[[Models Introduction to modellib|Introduction to modellib]]
*[[Models Introduction to modellib|Introduction to modellib]]
*[[Models Mining and Processing|Mining and Processing]]
*[[Models Mining and Processing|Mining and Processing]]
Line 32: Line 46:
*[[Models Public Services|Public Services]]
*[[Models Public Services|Public Services]]


==Additional downloads: lp prob, milp prob and qp prob==
==Additional downloads: lp prob, milp prob and qp prob==
*[[Models Introduction to additional downloads|Introduction to additional downloads]]
*[[Models Introduction to additional downloads|Introduction to additional downloads]]
*[[Models Additional linear programming test problems: lp_prob|Additional linear programming test problems: lp_prob]]
*[[Models Additional linear programming test problems: lp_prob|Additional linear programming test problems: lp_prob]]
*[[Models Additional mixed-integer linear programming test problems: milp_prob|Additional mixed-integer linear programming test problems: milp_prob]]
*[[Models Additional mixed-integer linear programming test problems: milp_prob|Additional mixed-integer linear programming test problems: milp_prob]]
*[[Models Additional quadratic programming test problems: qp_prob|Additional quadratic programming test problems: qp_prob]]
*[[Models Additional quadratic programming test problems: qp_prob|Additional quadratic programming test problems: qp_prob]]

Revision as of 07:45, 12 August 2011

The testprob collection

Introduction

Each of the sections in this part will demonstrate a problem class. Most sections also have a small example in Matlab code with a formal mathematical problem description.

The functions probInit and tomrun respectively initializes and solves the problems in Matlab. For example:

Prob = probInit('gp_prob',1);
tomRun('',Prob)

Problems

The modellib collection

Additional downloads: lp prob, milp prob and qp prob