summaryrefslogtreecommitdiffstats
path: root/src/opt/fxch/FxchDiv.c
Commit message (Collapse)AuthorAgeFilesLines
* Several updates to FXCH including:Bruno Schmitt2016-08-011-4/+14
| | | | | - Cube Grouping - New sub-cube hash table
* Enables FXCH to handle Distance-1 cubes (D1C) and Single Cube Containment ↵Bruno Schmitt2016-06-171-0/+11
| | | | | | | (SCC) as by product of extraction. D1C: Whenever they appear a constant divisor (x! + x) will be created and handle as any other divisor. SCC: Will be taken care of as soon as they appear.
* Removing the memory saving mode, it is no longer necessary.Bruno Schmitt2016-06-021-124/+1
|
* Cosmetic changes after incorporating new code of 'fxch'.Alan Mishchenko2016-05-111-8/+13
|
* Add a new module which implements the fast extract with cube hashing (fxch) ↵Bruno Schmitt2016-05-111-0/+582
algorithm. Removes old partial implementation of this algorithm from the "pla" module.