Learn R Programming

CVXR (version 1.9.1)

is_dnlp: Check if an Expression or Problem is DNLP-Compliant

Description

Tests whether the object follows the Disciplined Nonlinear Programming (DNLP) rules: smooth representable, i.e. linearizable-convex or linearizable-concave.

Usage

is_dnlp(x, ...)

Value

Logical scalar.

Arguments

x

An expression, objective, constraint, or Problem.

...

Not used.