12 Commits (c3a71d59154309b537b718561e6d2a9cd578d9c2)

Author SHA1 Message Date
dehnert db232fe39b Moved from pair to MatrixEntry as the basic building block of the matrix. Now matrix elements can be accessed in a more readable way. 11 years ago
dehnert 486e99d6ae Added signal handler for SIGTERM. Introduced delayed update for LP solvers to reduce overhead. 12 years ago
dehnert 42708a6d21 Added utility header for all parts that use std::swap. 12 years ago
dehnert 35d16a1191 Replaced VectorSet bei boost::container::flat_set, which does essentially the same. Fixed a bug in sparse matrix creation. 12 years ago
dehnert cf2b84b281 Further work on iterators for sparse matrix. 12 years ago
dehnert a26f63be30 Finished reworking the sparse matrix implementation. Adapted all other classes to the (partially) new API of the matrix. 12 years ago
masawei 170306e46d Moved SparseMatrix transposition function from AbstractModel (named: getBackwardsTransitions) to SparseMatrix (named: transpose) where it belongs. 12 years ago
dehnert a33717787c Bugfixes for new set class. 12 years ago
dehnert 422da8f481 Added set class with an underlying vector container. Adapted code in counterexample generators to use the new set class. Still bugs in it though. 12 years ago
dehnert 58fa1a46a0 Added some comments. 12 years ago
dehnert b18199d3ec Further work on minimal label set generators. 12 years ago
dehnert a2bba28f94 Moved static analysis for guaranteed label set computation into utilities and improved MILP-based approach by using this information. 12 years ago