summaryrefslogtreecommitdiff
path: root/tests/Sparse_Matrix
AgeCommit message (Expand)AuthorFilesLines
2012-02-20The Parma Watchdog Library has been merged into the Parma Polyhedra Library.Roberto Bagnara1-1/+0
2012-02-13Invoke libtool when checking with Valgrind enabled.Enea Zaffanella1-0/+1
2012-01-18Bumped copyright years.Roberto Bagnara3-3/+3
2011-11-07Renamed macros USE_PPL_SPARSE_MATRIX to use PPL_ prefix.Enea Zaffanella2-6/+6
2011-11-07Avoid overloading std::swap for PPL types.Enea Zaffanella2-5/+6
2011-10-25Web site URI updated.Roberto Bagnara3-3/+3
2011-02-14Updated.Roberto Bagnara1-0/+2
2011-02-14Reduce the argument of valgrind's --num-callers below the allowed maximum.Roberto Bagnara1-1/+1
2011-01-24Copyright notices updated.Roberto Bagnara3-0/+3
2010-09-19test/Sparse_Matrix: add test for the Sparse_Row's constructor from a Dense_Row.Marco Poletti1-0/+88
2010-09-15tests/Sparse_Matrix: run the tests only when using sparse matrices.Marco Poletti2-0/+30
2010-09-15tests/Sparse_Matrix/sparserow1: don't trigger assertions in Sparse_Row::lower...Marco Poletti1-1/+1
2010-09-05tests/Sparse_Matrix: modify the tests so that they pass even when using 8-bit...Marco Poletti1-4/+4
2010-09-03CO_Tree, Sparse_Row, Dense_Row: access the index and the value of element poi...Marco Poletti1-20/+20
2010-08-18Move Dense_Row::Flags out of Row class, renaming it as Row_Flags.Marco Poletti1-2/+2
2010-08-18Rename Row and Matrix into Dense_Row and Dense_Matrix.Marco Poletti1-2/+2
2010-08-17Many changes, mainly the merge of Row with Dense_Row and Matrix with Dense_Ma...Marco Poletti1-2/+2
2010-08-15tests/Sparse_Matrix: add sparserow1 test.Marco Poletti2-1/+525
2010-08-15tests/: add Sparse_Matrix subdirectory.Marco Poletti2-0/+356