| Constraints-class {RcppAlgos} | R Documentation |
S4-class for Exposing C++ Constraints Class
Description
The Constraints class is an S4-class that exposes C++ classes that provide access to iterators and other useful methods.
Slots
nextIterRetrieve the next lexicographical result
nextNIterPass an integer n to retrieve the next n lexicographical results
nextRemainingRetrieve all remaining lexicographical results
currIterReturns the current iteration
startOverResets the iterator
sourceVectorView the source vector
summaryReturns a list of summary information about the iterator
Author(s)
Joseph Wood
See Also
Examples
showClass("Constraints")
[Package RcppAlgos version 2.8.3 Index]