Learn R Programming

CVXR (version 1.0-14)

setIdCounter: Set ID Counter

Description

Set the CVXR variable/constraint identification number counter.

Usage

setIdCounter(value = 0L)

Value

the changed value of the package global .CVXR.options.

Arguments

value

The value to assign as ID.

Examples

Run this code
if (FALSE) {
  setIdCounter(value = 0L)
}

Run the code above in your browser using DataLab