nnoc function

Definition of linear inequality constraints

Definition of linear inequality constraints

This function is the interface to the reference class NNOC for creating linear constraints.

nnoc(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 NNOV: 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