# TOMLAB  
# REGISTER (TOMLAB)
# LOGIN  
# myTOMLAB
TOMLAB LOGO

« Previous « Start » Next »

1  Introduction

1.1  Overview

Welcome to the TOMLAB /GP (Geometric Programming) User's Guide. TOMLAB /GP includes the a geometric programming solver package and a convenient interface to The MathWorks' MATLAB.

The following sections describe the algorithm and TOMLAB format in more detail. There are several test problem included with the TOMLAB distribution that illustrates the use. The following example will create and run the first test case.

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

1.2  Contents of this Manual

  • Section 4 provides a basic overview of the geometric programming solver.
  • Section 5 describes geometric programming in detail.
  • Section 6 gives algorithmic details.
  • Section 7 illustrates how to solve a simple test case.
  • Section 8 contains three examples to assist in the modeling of geometric programming problems.
  • Section 9 shows the screen and file output.

1.3  More information

Please visit the following links for more information:

1.4  Prerequisites

In this manual we assume that the user is familiar with linear/nonlinear programming, setting up problems in TOMLAB (in particular constrained nonlinear (con) problems) and the Matlab language in general.

« Previous « Start » Next »