Value rollers

Python implementation of fast Practicable Inducers/Value rollers

Sections

Excluded-self maximum-roll tuple-partition value roller

Excluded-self maximum-roll tuple-partition value roller

The application of the tuple-partition value roller $I_{P,U,\mathrm{R}} \in \mathrm{computers}$ is described in Python.

The repa excluded-self maximum-roll tuple-partition value roller $I_{P,U,\mathrm{R,mr,xs}} \in \mathrm{computers}$ is defined in module AlignmentPracticableRepa,

parametersRollerMaximumRollExcludedSelfRepa_i :: 
  (Set.Set (Set.Set Variable),(HistogramRepaVec,HistogramRepaVec)) -> 
  ([(Set.Set (Set.Set Variable),V.Vector (UV.Vector Int))],Integer)
def parametersRollerMaximumRollExcludedSelfRepa_i(qq):
  ...

It also returns the cardinality of the searched,

Note that the repa excluded-self maximum-roll tuple-partition value rollers are partly implemented in C.


top