nlfc function

Definition of nonlinear inequality constraints

Definition of nonlinear inequality constraints

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

nlfc(G, h)

Arguments

  • G: Object of class "matrix": A (m×n)(m \times n) matrix containing the coefficients of the lefthand-side linear inequality constraints.
  • h: Object of class NLFV: A (m×1)(m \times 1) vector containing the coefficients of the righthand-side linear inequality constraints as slot u.

Returns

List with elements: conType, G and h.

  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 3)
  • Last published: 2023-12-09

Useful links