From 4c1f1cad720a94226f7834874cf59478de35b74a Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Thu, 30 Nov 2017 15:50:00 -0800 Subject: Add Gaussian Elimination as a preprocessing pass for BV. (#1342) This adds Gaussian Elimination as a preprocessing pass for BV. Gaussian Elimination is only applied if the given bit-width guarantees that no overflows can occur. --- test/unit/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test/unit/Makefile.am') diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index 9640a059a..8c45eeb23 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -12,6 +12,7 @@ UNIT_TESTS += \ theory/theory_white \ theory/theory_arith_white \ theory/theory_bv_white \ + theory/theory_bv_bvgauss_white \ theory/type_enumerator_white \ expr/node_white \ expr/node_black \ -- cgit v1.2.3