Tim Quatmann
f9f845bb79
Separated LRA tests from CTMC tests and added a testcase for LRA Rewards
5 years ago
Tim Quatmann
2b55302a4b
Testcase for replacing of unassigned variables.
5 years ago
Matthias Volk
61c1ec8537
Check for Zeno cycles in MA
5 years ago
Matthias Volk
7339f487a9
Fixed BUILD_BYPRODUCTS for Ninja
5 years ago
Tim Quatmann
a4954332a3
incremented gtest version.
5 years ago
Tim Quatmann
98e3ac5ad7
integrated new gtest version in cmake.
5 years ago
Tim Quatmann
a145818e4d
updated gtest version
5 years ago
Tim Quatmann
d67f1b4898
cmake: Fixed compilation of shipped glpk under mac os
5 years ago
Tim Quatmann
6008f489e2
bumped version of shipped glpk
5 years ago
Matthias Volk
bf735f0b00
Fixed doxygen issue with old cmake version (issue #55 )
5 years ago
Jip Spel
179c46570b
Added missing file
5 years ago
TimQu
de5b9368c4
Bumping Gurobi version
5 years ago
Tim Quatmann
60e78dd438
cmake: Do not search for CLN if it is not needed.
5 years ago
Matthias Volk
a0d8c959e4
Changed SEND_ERROR to FATAL_ERROR in CMakeLists for resources
5 years ago
Matthias Volk
b15ba29d9e
Disable search for boost-cmake
5 years ago
Sebastian Junges
28f8c9d821
Fix as proposed by Lord Hobborg in Issue 53
5 years ago
Matthias Volk
3fa0b5aabb
Fixed issue in Sylvan where large numbers were not recognized as powers of 2.
__builtin_popcount only takes unsigned int as input, but not larger numbers (e.g. 2^33).
We use bit operations instead now.
5 years ago
Matthias Volk
30565e4d0c
Use carl hashing functions
5 years ago
Tim Quatmann
c1b3a4f991
LraMdpPrctlModelCheckerTest: Test LRA computation for different environments. Added a testcase.
5 years ago
Tim Quatmann
2cb7b5769e
Jit: Fixed issues when CLN and/or GMP is installed via carl
5 years ago
Tim Quatmann
925f72f754
More testcases for multi-objective model checking with scheduler restrictions (including fixes).
5 years ago
Tim Quatmann
3e8f53f640
Added test cases for multi-objective scheduler restriction checker.
5 years ago
radioGiorgio
ad34cbb951
testing
5 years ago
Sebastian Junges
d295f6e777
export of bdds into dot and text format
5 years ago
Matthias Volk
9c52d0d2ab
Workaround for IntelTBB linker issue by CMake/Regex magic.
IntelTBB does not use symlinks (as commonly used) to reference its libraries but instead uses linker scripts.
These linker scripts do not work with GCC and linking fails.
As a workaround we manually set the correct library in CMake after extracting the path from the linker script with regex magic.
This workaround is highly hackish and might break in the future.
5 years ago
Alexander Bork
3616bdbf13
Added two test cases for the FDEP conflict search
6 years ago
Matthias Volk
51b210a1d6
Test case for symmetry reduction
6 years ago
Alexander Bork
dde18d45eb
Added tests for DFT transformator
6 years ago
Matthias Volk
2779d13d2c
Fix for FindDoxygen with CMake 3.12
6 years ago
Matthias Volk
719baa58f5
Set some more options for Doxygen
6 years ago
Matthias Volk
51d4652a25
Updated generation of Doxygen documentation
6 years ago
Alexander Bork
f37bcea1ea
Added test for bound correction
6 years ago
Tim Quatmann
3a11a4b3eb
Introducing a TBB adapter that #undefs TRUE and FALSE.
6 years ago
Jip Spel
f6ea4d38bb
Fix assumption making and checking and testing
6 years ago
Alexander Bork
f16b488590
Added conservative lower bound correction
6 years ago
Alexander Bork
a669c69fc9
Added tests for SMT encoding
6 years ago
Matthias Volk
f1c91d9280
Test case for SEQ bug
6 years ago
Matthias Volk
9bf4348677
Test cases for DFT model building with relevant events
6 years ago
Matthias Volk
9ce3f9f58d
Added tests for mutex
6 years ago
Matthias Volk
2ebac862e2
Added test cases for DFT approximation
6 years ago
Matthias Volk
58a4491f72
Test cases for DFT model building with relevant events
6 years ago
Matthias Volk
2ccd6d22dc
Added tests for mutex
6 years ago
Matthias Volk
d3479071ac
Set sysroot for cudd to fix issue with moved header files in macOS Mojave
6 years ago
Matthias Volk
36601c8187
Added virtual destructors in cpptempl
6 years ago
Matthias Volk
8cbfd720f8
Set sysroot for cudd to fix issue with moved header files in macOS Mojave
6 years ago
Matthias Volk
22cbc9446f
Added virtual destructors in cpptempl
6 years ago
Matthias Volk
23233afe0b
Added test cases for DFT approximation
6 years ago
TimQu
9dcbd69c09
CMake: Added a comment why we link statically against mathsat on macOS.
6 years ago
Tim Quatmann
a2190c04b0
Added new versions to FindGurobi.cmake
6 years ago
Tim Quatmann
1d52d577cb
Fixed linking with Mathsat on macOS
6 years ago