189 Commits (10e93d7cbb579ef528187a7fe0ba150925f03f80)

Author SHA1 Message Date
David_Korzeniewski 7da35af0bb Some compile errors on Windows fixed, some still persist. 10 years ago
David_Korzeniewski 2279710443 Directly use Matrix with Decomposition 10 years ago
David_Korzeniewski 3e4495cad0 small fixes 10 years ago
David_Korzeniewski 78d3a392a5 Created settings module for TopologicalValueIterationNondeterministicLinearEquationSolver and integrated that with the solver. 10 years ago
dehnert b77772b242 Fixed some minor issues. 10 years ago
dehnert 6142c6c3b7 Fixed more missing ifdefs. 10 years ago
svkurowski 43c63f1cb6 Fixed typo from aa025df9 10 years ago
dehnert 25db3f9d0f Fixed error that prevents compilation if Z3 is not present. 10 years ago
dehnert ee9533e586 Started working on making the main executable build again. 10 years ago
dehnert 8e71081f1e Functional tests now work again. 10 years ago
dehnert d6a299e799 MathSAT tests now running fine again. 10 years ago
dehnert 99d9a9710d Further steps to make everything work again. 10 years ago
dehnert 7ec3e8b214 Further fixes for new variable handling. libstorm now compiles again, yay. 10 years ago
dehnert f76d0f93eb Adapted LP solver interface to new variable handling. 10 years ago
dehnert 7ea6ec3644 Further refactoring. 10 years ago
dehnert 398f6c4e86 Partly adapted code to new 'type system'. 10 years ago
dehnert 983a7d78c2 Further work on expressions. 10 years ago
dehnert fff18f2789 Intermediate commit (refactoring expressions). 10 years ago
dehnert 85a4376e39 Now StoRM can be properly compiled without support for MathSAT if needed. 10 years ago
dehnert f54b5671ea Done refactoring MathSAT expression adapter. 10 years ago
dehnert 84bfd58884 Minor refactoring of Z3 expression adapter. 10 years ago
dehnert c859029094 Added some checks for illegal return values. 10 years ago
dehnert b5d55335a6 All tests passing again. 10 years ago
dehnert ba14ba3613 Further work on MathSAT solver. 10 years ago
dehnert 81571878f7 Further refactoring of MathSAT solver. 10 years ago
dehnert c474920fa4 Started refactoring SMT solvers. Now displaying MathSAT version in CLI. 10 years ago
dehnert 7ff3dcecfb Added test for interpolation to MathSat tests. 10 years ago
dehnert d8be64f0d7 Started on making MathSatSmtSolver work properly. 10 years ago
dehnert 3231ea6c06 Moved to new macros. 10 years ago
dehnert 39fb2650cd Included missing header. 10 years ago
David_Korzeniewski 25d87bae06 Builds fine, still no tests yet 10 years ago
David_Korzeniewski 40e07b2ea5 Interpolation and AllSat implemented. 11 years ago
David_Korzeniewski 56edf1e126 Initial MathSat integration. 11 years ago
dehnert e49814d391 Modified pctl/csl/ltl options to now take formulas instead of files. Prefixed the macros with STORM_. Moved these macros into a file in the utilities. Modified architecture of the exception classes slightly. Threw away all the contents of main(). This will now be build from scratch. 11 years ago
David_Korzeniewski ab1bbf25af Possible fix for gcc & clang 11 years ago
David_Korzeniewski 31c1357efa alternative all sat callback 11 years ago
dehnert 5ecc96fa3a Fixed some more places in the code to use the new option system. 11 years ago
dehnert a995d7dd4a The tests now run fine with the new option system. 11 years ago
dehnert 1cd01e3f28 Adapted all places that are accessing the settings to the new interface. It now compiles again with a lot of linker errors (because of method bodies that are not yet present). 11 years ago
dehnert 9ad12616e2 Renamed files in settings module a bit. Started on the pseudo-modular module-settings. 11 years ago
dehnert 96e1f8faf9 Renamed Settings class to SettingsManager. 11 years ago
dehnert 9569426c86 Moved option registration to the settings class (so it's not deceentralized any longer). This enables to build storm as a library and on top of that build some exectuables, which saves a lot of compile time as soon as several targets have to be built or one switches between targets. 11 years ago
David_Korzeniewski 6dd69cca3c Added interpolation methods to smt-solver interface. 11 years ago
PBerger c8e05f7137 Added explicit template instance. 11 years ago
PBerger 493f93a94b Added __restrict__ keyword to CUDA kernel. This should enhance compiler optimization. 11 years ago
masawei 52cfe9f02d Fixed some compile errors. 11 years ago
PBerger 71320239f1 Some debug output. 11 years ago
PBerger ea427fcde1 Fixed include directories for CUDA Plugin in CMakeLists.txt 11 years ago
PBerger 422a317407 Made the OptimalSCC algorithm MUCH faster. 11 years ago
PBerger 7e77fbb6bb Some testing stuff. 11 years ago