nlfc: Definition of nonlinear inequality constraints

View source: R/nlfc.R

nlfcR Documentation

Definition of nonlinear inequality constraints

Description

This function is the interface to the reference class NLFC for creating nonlinear constraints.

Usage

nlfc(G, h)

Arguments

G

Object of class "matrix": A (m \times n) matrix containing the coefficients of the lefthand-side linear inequality constraints.

h

Object of class NLFV: A (m \times 1) vector containing the coefficients of the righthand-side linear inequality constraints as slot u.

Value

List with elements: conType, G and h.


cccp documentation built on Dec. 10, 2023, 3:04 a.m.

Related to nlfc in cccp...