Set the CVXR variable/constraint identification number counter.

setIdCounter(value = 0L)

Arguments

value

The value to assign as ID.

Value

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

Examples

if (FALSE) {
  setIdCounter(value = 0L)
}