Package glpk/GLPK.BPMax

From ApCoCoAWiki
< Package glpk
Revision as of 15:27, 1 November 2020 by Andraschko (talk | contribs) (see also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article is about a function from ApCoCoA-2. If you are looking for the ApCoCoA-1 version of it, see ApCoCoA-1:GLPK.BPMax.

GLPK.BPMax

Solving binary programmes by maximizing the objective function.

Syntax

GLPK.BPMax(Objective_f:POLY, Inequations:LIST) :LIST

Description


  • @param Objective_f: A linear polynomial which is equivalent to the linear objective function.

  • @param Inequations: List of linear polynomials, which are equivalent to the conditions of the linear program of the form A <= 0.

  • @return List of linear polynomials, the zeros of the polynomials are the points where the optimal value of the objective function is achieved

See also

Package glpk/GLPK.LPMax

Package glpk/GLPK.MIPMax

Package glpk/GLPK.BPMin