Constraints-Class.RdThe Constraints class is an S4-class that exposes C++ classes that provide access to iterators and other useful methods.
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
  showClass("Constraints")
#> Class "Constraints" [package "RcppAlgos"]
#> 
#> Slots:
#>                                                                             
#> Name:            ptr     startOver      nextIter     nextNIter nextRemaining
#> Class:   externalptr      function      function      function      function
#>                                                 
#> Name:       currIter  sourceVector       summary
#> Class:      function      function      function