isAvailableFuncCLP: Check if some newer functions relying on CLP version >=...

Description Usage Arguments Details Value Author(s)

View source: R/clpAPI.R

Description

Checks if functions like setRowNameCLP, setColNameCLP, writeMpsCLP, and modifyCoefficientCLP are available.

Usage

1
  isAvailableFuncCLP(funcname)

Arguments

funcname

The name of the function.

Details

Some functions of the API require that the package was build against CLP version >= 1.17.2, otherwise they will be dummy functions. These functions are setRowNameCLP, setColNameCLP, writeMpsCLP, and modifyCoefficientCLP. This function tests, if these functions are available.

Value

TRUE, if the respective function is available, returns FALSE, if it is not. If the funcname does not match one of the mentioned functions, it returns FALSE.

Author(s)

Mayo Roettger <mayo.roettger@hhu.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>


clpAPI documentation built on Oct. 28, 2021, 5:08 p.m.