NO_constraint: Class: '"NO_constraint"'

Description Usage Arguments Value Author(s)

View source: R/constraints.R

Description

In case the constraints slot in the problem object is NULL the return value of a call of constraints() will return an object of class "NO_constraint" which inherits from "L_constraint".

Usage

1
2
3
4
5

Arguments

n_obj

a numeric vector of length 1 representing the number of objective variables.

x

an R object.

...

further arguments passed to or from other methods (currently ignored).

Value

an object of class "NO_constraint" which inherits from "L_constraint" and "constraint".

Author(s)

Stefan Theussl


ROI documentation built on Aug. 29, 2020, 3:01 p.m.

Related to NO_constraint in ROI...