cornerPointsCont: Calculate the corner points for the polytope Ax<=b assuming...

cornerPointsContR Documentation

Calculate the corner points for the polytope Ax<=b assuming all variables are continuous.

Description

Calculate the corner points for the polytope Ax<=b assuming all variables are continuous.

Usage

cornerPointsCont(A, b, nonneg = rep(TRUE, ncol(A)))

Arguments

A

Constraint matrix.

b

Right hand side.

nonneg

A boolean vector of same length as number of variables. If entry k is TRUE then variable k must be non-negative.

Value

A data frame with a corner point in each row.

Author(s)

Lars Relund lars@relund.dk


gMOIP documentation built on May 31, 2023, 8:45 p.m.