setIdCounter {CVXR}R Documentation

Set ID Counter

Description

Set the CVXR variable/constraint identification number counter.

Usage

setIdCounter(value = 0L)

Arguments

value

The value to assign as ID.

Value

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

Examples

## Not run: 
  setIdCounter(value = 0L)

## End(Not run)

[Package CVXR version 1.0-12 Index]