rLScalinfeasMIPsolution: Calculate the feasibility of a MIP solution.

Description Usage Arguments Value References

View source: R/rLindo.R

Description

R interface function for LINDO API function LScalinfeasMIPsolution. For more information, please refer to LINDO API User Manual.

Usage

1
  rLScalinfeasMIPsolution(model,padPrimalMipsol = NULL)

Arguments

model

A LINDO API model object, returned by rLScreateModel.

padPrimalMipsol

The primal solution. If it is NULL, the procedure returns the infeasibility of the internal solution if any.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pdIntPfeas

Infeasibility of int variables.

pbConsPfeas

Infeasibility of constraints.

References

LINDO SYSTEMS home page at www.lindo.com


rLindo documentation built on May 1, 2019, 10:11 p.m.