ApCoCoA-1:Latte.Maximize

From ApCoCoAWiki
Revision as of 20:02, 20 April 2009 by Jbrandt (talk | contribs) (New page: <command> <title>Latte.Maximize</title> <short_description> Maximizes the objective function over a polyhedral P given by a number of linear constraints</short_description> <syntax> Latte....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Latte.Maximize

Maximizes the objective function over a polyhedral P given by a number of linear constraints

Syntax

Latte.Maximize(Equations: LIST, LesserEq: LIST, GreaterEq: LIST, ObjectiveF: POLY):INT

Description

Please note: The function(s) explained on this page is/are using the ApCoCoAServer. You will have to start the ApCoCoAServer in order to use

it/them.

  • @param Equations: A list of linear polynomials, which are equivalent to the equality-part of the polyhedral constraints

  • @param LesserEq: A list of linear polynomials, which are equivalent to the lower or equal-part of the polyhedral constraints

  • @param GreaterEq: A list of linear polynomials, which are equivalent to the greater or equal-part of the polyhedral constraints

  • @param ObjectiveF: A linear Polynomial

  • @return The optimal value of the objective function

Example