lp {lpSolve} R Documentation

Linear and Integer Programming

Description

Usage

lp(objective, subjective,
    direction = MIN);

Arguments

direction

Character string giving direction of optimization: "min" (default) or "max.". [as OptimizationType]

objective

[as Expression]

subjective

[as Expression]

env

[as Environment]

Details

Authors

sciBASIC.NET

Value

this function returns data object of type any kind.

clr value class

Examples


[Package lpSolve version 5.0.1.2389 Index]