setIdCounter {CVXR} | R Documentation |
Set the CVXR variable/constraint identification number counter.
setIdCounter(value = 0L)
value |
The value to assign as ID. |
the changed value of the package global .CVXR.options
.
## Not run:
setIdCounter(value = 0L)
## End(Not run)