Learn R Programming

clpAPI (version 1.3.1)

chgRowUpperCLP: Set/Change Row Upper Bounds

Description

Low level interface function to the COIN-OR Clp function Clp_chgRowUpper. Consult the COIN-OR Clp documentation for more detailed information.

Usage

chgRowUpperCLP(lp, rub)

Arguments

lp

An object of class "'>clpPtr" as returned by initProbCLP. This is basically a pointer to a COIN-OR Clp problem object.

rub

Numeric vector containing the upper bounds of the rows of the model.

Value

NULL

Details

Interface to the C function chgRowUpper which calls the COIN-OR Clp function Clp_chgRowUpper.

References

The COIN-OR Clp home page at https://projects.coin-or.org/Clp