2091 Commits (d377e6b289419cd4ffb902b6add6e27f94dd6782)
 

Author SHA1 Message Date
TimQu d377e6b289 Minor improvements everywhere. Also implemented some tests 10 years ago
TimQu c4444567e7 further optimization on approximation model initialization. Also better code structure of preprocessing steps 10 years ago
TimQu af505c7e89 Faster and more structured initialization of approx and sampling model 10 years ago
TimQu d57551c1ec Fix for solver 10 years ago
TimQu 37a7b392f6 First version of approximation for rewards 10 years ago
TimQu 5de90c27e5 Preprocessing, sampling and state elimination now also work with rewards 10 years ago
TimQu d0f7e5f6da First steps towards working with rewards 10 years ago
TimQu 88631a1ded small fix for solver to work with timeout 10 years ago
TimQu 234627d18c more structured and safe access to some members 10 years ago
TimQu 42754f8676 Merge branch 'master' into TimParamSysAndSMT 10 years ago
TimQu ba95065ce3 Fixed memory leak by adding destructors for linear equation solvers. Previously, the member unique_ptr<...> gmmxxMatrix from the gmmxx subclasses was not deleted properly 10 years ago
TimQu 511284cd5b Added a couple of settings that replace hardcoded switches 10 years ago
sjunges 3c098f085a In principal, we need a fixpoint iteration for the static simplification. For now, we just call simplify twice. 10 years ago
sjunges 9201c6420a Removes identity assignments 10 years ago
sjunges 5e428a795a And more includes on the right spot. 10 years ago
sjunges 84ecabd2c8 further fixes, for performance tests and windows 10 years ago
sjunges 92082dc970 gurobi lp solver refactored in case gurobi is not found, and fixes for linux - sorry about earlier lack of checks on linux 10 years ago
sjunges f85d28325e Further work towards faster and more modular compilation 10 years ago
sjunges 3c2040f4b7 Removed many superfluous includes, added some source files -- towards faster compilation 10 years ago
sjunges a129983ae9 cleaning includes for better compilation times 10 years ago
sjunges 3bb84ff5b4 Merge branch 'master' of https://sselab.de/lab9/private/git/storm 10 years ago
sjunges c7becb3c60 improved cmake for z3 and gurobi 10 years ago
dehnert 67502592d7 Merge branch 'master' of https://sselab.de/lab9/private/git/storm 10 years ago
dehnert bb7d4c3b0e update for gmm++: 4.2 to 5.0 10 years ago
David_Korzeniewski 7521be7408 Fixed some problems on windows. 10 years ago
TimQu 1a0bf89671 minor changes... 10 years ago
TimQu 584df037f0 Merge branch 'master' into TimParamSysAndSMT 10 years ago
TimQu efadc84593 Beautified the Code, removed unused stuff, minor improvements 10 years ago
dehnert d7f1012509 got rid of more warnings 10 years ago
dehnert 6357c4b7aa Merge branch 'master' of https://sselab.de/lab9/private/git/storm 10 years ago
dehnert 56b4f53ce7 got rid of more warnings 10 years ago
sjunges 011dd82096 Merge branch 'master' of https://sselab.de/lab9/private/git/storm 10 years ago
sjunges 90fa8f6f0d convenience methods for sparse matrix added 10 years ago
dehnert 1e61030fa3 Merge branch 'master' of https://sselab.de/lab9/private/git/storm 10 years ago
dehnert e338cbe069 fixed a lot of warnings in the tests 10 years ago
sjunges eb19d7f709 Merge branch 'master' of https://sselab.de/lab9/private/git/storm 10 years ago
sjunges 1bb4d2c0ae silenced glpk warnings for clang on OSX 10 years ago
sjunges 44e609ce86 merge fix 10 years ago
dehnert 5365d50811 Merge branch 'master' of https://sselab.de/lab9/private/git/storm 10 years ago
sjunges 7f7ea57bbe merge 10 years ago
dehnert 04f789619c some work towards eliminating compiler warnings 10 years ago
sjunges 812b101c40 better program checks, some extensions in model and matrix 10 years ago
dehnert 21627fbab4 Started to get rid of some warnings. In particular this means making the compiler more silent for third-party stuff. 10 years ago
TimQu 28326b14e4 more efficient instantiation of matrices. 10 years ago
dehnert c683934ea0 removed debug output and fixed bug 10 years ago
dehnert 08747378d5 workplace switch 10 years ago
dehnert 507331d8a9 more debug output 10 years ago
dehnert b2cec6395a more debug output 10 years ago
dehnert 8985ad77cf added first debug output to track down bug 10 years ago
sjunges 0bd4b9b8ad fixed some guards for smtsolver 10 years ago