Models

From TomWiki
Revision as of 07:45, 12 August 2011 by Elias (talk | contribs)
Jump to navigationJump to search

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