Skip to content

Releases: muhos/ParaFROST

ParaFROST 3.5.0

10 Apr 11:28

Choose a tag to compare

Added constant forall variants.
Improved simplifier API.
Replaced grid-stride loops with for_parallel macros.
Renamed GPU printers for better readability.
Renamed CNF info. Variables for better readability.
Added missing API members to vector classes.
Allowed wrapup API to force solver state.
Fixed the calculation of the elected size during allocation.
Fixed incremental solving allocation: Replaced all broken incremental vectors by a dynamic search space allocation for better locality and reliability.
Fixed marking variables being eliminated or frozen.
Fixed the checking of empty CNF in incremental solving.
Fixed incremental solving when MDM is enabled.
Fixed the allocation size of vectors defined in Variables structure.
Various micro-optimizations and minor typo/bug fixes.

ParaFROST 3.4.5

04 Jul 15:33

Choose a tag to compare

Now compiling only uisng GPU native architecture.

ParaFROST 3.4.4

27 Apr 19:59

Choose a tag to compare

Fixed many issues during compilation under latest CUDA version.

ParaFROST 3.4.3

02 Apr 08:44

Choose a tag to compare

Fixed a bug in phase-1 of VE.

ParaFROST 3.4.2

19 Sep 21:36

Choose a tag to compare

Fixed a bug in counting kernels and another bug when freeing the cacher memory.

ParaFROST 3.4.1

30 Aug 14:37

Choose a tag to compare

Minor fixes (eg. fixed bug occurs with gcc 13)

ParaFROST 3.4.0

23 Sep 19:46

Choose a tag to compare

Optimized and cleaned GPU code.

ParaFROST 3.3.7

10 Aug 11:56

Choose a tag to compare

Resetting memory after 'vars' allocation to fix a bug when reallocating that structure.

ParaFROST 3.3.6

05 May 14:52

Choose a tag to compare

Fixed MDM in incremental solving and assumptions mapping.

ParaFROST 3.3.5

24 Mar 16:32

Choose a tag to compare

Fixed a bug with incremental solving.