Skip to content
/ adiar Public
forked from SSoelvsten/adiar

Tags: logsem/adiar

Tags

v2.0.0

Toggle v2.0.0's commit message
Fix incorrect inferrence of number of calls to a quantification algor…

…ithm

v2.0.0-rc.1

Toggle v2.0.0-rc.1's commit message
Decrease instance size to fit on GitHub machine's disk

v2.0.0-beta.6

Toggle v2.0.0-beta.6's commit message
Record number of crossing edges between Inner and Outer sweep

v2.0.0-beta.5

Toggle v2.0.0-beta.5's commit message
Proof read <adiar/functional.h> documentation

v2.0.0-beta.4.4

Toggle v2.0.0-beta.4.4's commit message
Remove sanity checking of TPIE's computations

This sanity check probably has unintended consequences. Let us just trust TPIE
instead and know that we never are going to call these functions with so large
values that we will see the undefined behaviour of Clang.

v2.0.0-beta.4.3

Toggle v2.0.0-beta.4.3's commit message
Transpose input on first existing to-be quantified variable

This makes sure the more expensive quantification sweep is not wasted.
Assuming the user did not provide non-existing variables, this should
only add an O(1) overhead to the start of the quantification algorithm

v2.0.0-beta.4.2

Toggle v2.0.0-beta.4.2's commit message
Add Run-Time Heuristics for Non-canonical Reduce in Nested Sweep

If a level in the Outer Sweep is not decreased by more than 5%, then we will
switch over to use the fast reduce on all levels above this one until the next
Inner Sweep.

v2.0.0-beta.4.1

Toggle v2.0.0-beta.4.1's commit message
Fix tests for SINGLETON mode are set up incorrectly

v2.0.0-beta.4

Toggle v2.0.0-beta.4's commit message
Remove deprecated quantification overloads

v2.0.0-beta.3

Toggle v2.0.0-beta.3's commit message
Fix input type for varcount domain setter is not standardised