Alan Mishchenko
a8b5da820d
Other compiler changes.
2021-09-26 11:58:42 -07:00
Alan Mishchenko
2f95a58c01
Fixed a memory leak in 'fxch'.
2017-09-03 13:08:10 -07:00
Bruno Schmitt
e74f05d71e
Small fix for bins growth in sub-cube hashtable.
2017-05-26 16:56:56 +02:00
Bruno Schmitt
659d288967
Small FXCH bug fix.
2016-10-07 16:57:54 -03:00
Alan Mishchenko
50da7c290c
Compiler warnings.
2016-09-30 14:40:07 -07:00
Bruno Schmitt
621fbcbd4d
Small bug fix in FXCH.
2016-08-18 16:36:55 -03:00
Alan Mishchenko
8bc4894ccb
Compiler errors on Windows.
2016-08-01 13:21:58 -07:00
Bruno Schmitt
f59788f611
Several updates to FXCH including:
...
- Cube Grouping
- New sub-cube hash table
2016-08-01 13:13:46 -03:00
Alan Mishchenko
720d025234
Complier fix.
2016-06-17 21:54:50 -07:00
Bruno Schmitt
85428a60cc
Enables FXCH to handle Distance-1 cubes (D1C) and Single Cube Containment (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.
2016-06-17 17:24:58 -03:00
Alan Mishchenko
e33d6e8d9d
Small changes to compile on Windows.
2016-06-03 10:12:00 -07:00
Bruno Schmitt
b6ab087952
Removing the memory saving mode, it is no longer necessary.
2016-06-02 17:26:12 -03:00
Bruno Schmitt
4937fb09ed
Minimizing memory usage. The implementation was using twice as much memory as necessary.
2016-06-02 17:23:35 -03:00
Bruno Schmitt
fe6bb87e54
Merged alanmi/abc into default
2016-05-19 22:11:14 -03:00
Bruno Schmitt
f93fbc2303
Fix the problem of not identifying divisors when its originating cubes had only 2 literals.
...
With this change, 'empty' sub-cubes (sub-cubes with an ID equal to zero) are inserted in the 0th bin of the hash table.
2016-05-19 22:10:30 -03:00
Baruch Sterin
031015e7f8
fix end of line problem that prevents the cmake build system from working
2016-05-17 15:21:03 -07:00
Alan Mishchenko
9e4d24aa5d
Cosmetic changes after incorporating new code of 'fxch'.
2016-05-11 20:04:58 -07:00
Alan Mishchenko
c5befad518
Cosmetic changes after incorporating new code of 'fxch'.
2016-05-11 20:03:13 -07:00
Alan Mishchenko
c30819cb05
Cosmetic changes after incorporating new code of 'fxch'.
2016-05-11 19:59:56 -07:00
Bruno Schmitt
3cf495c831
Add a new module which implements the fast extract with cube hashing (fxch) algorithm.
...
Removes old partial implementation of this algorithm from the "pla" module.
2016-05-11 19:41:31 -03:00