check.Ab: Check function: constraint matrix and the corresponding rhs...

View source: R/checks.R

check.AbR Documentation

Check function: constraint matrix and the corresponding rhs vector

Description

This function checks the constraint matrix \bm{A} and the corresponding vector \bm{β}.

Usage

check.Ab(A, b, Aname, bname)

Arguments

A

The constraint matrix.

b

The corresponding rhs vector.

Aname

The name of the constraint matrix.

bname

The name of the corresponding rhs vector.

Value

Returns the updated matrix and rhs vector or prints a stop message.

A

The updated constraint matrix.

b

The updated rhs vector.


conroylau/lpinfer documentation built on Oct. 23, 2022, 9:21 a.m.