6368 Commits (240f81dfcbd2054eefff3178f3dded509c19846e)
 

Author SHA1 Message Date
Jip Spel 240f81dfcb Clean up MonotonicityChecker 6 years ago
Jip Spel 3fcf4f83c0 Clean up AssumptionMaker 6 years ago
Jip Spel fba6fe76b5 Clean up AssumptionChecker 6 years ago
Jip Spel 06255ef08e Use BinaryRelationExpression to check on samples 6 years ago
Jip Spel 92193cfb08 WIP: Check assumptions on samples 6 years ago
Jip Spel 581410c54b Add check acyclic 6 years ago
Jip Spel c256bd1677 Fix derivative comparison MonotonicityChecker 6 years ago
Jip Spel 9d02519b01 Allow more than 2 outgoing transitions 6 years ago
Jip Spel 7c19299488 Handle cycles in pMCs 6 years ago
Jip Spel 90c325a38f Make nodes variable before using it 6 years ago
Jip Spel dc52e9b056 Create copy of lattice and assumptionslist at earlier point 6 years ago
Jip Spel 728dc9e8a4 Fix TODO 6 years ago
Jip Spel 2c9cefe7cc Use predefined constants 6 years ago
Jip Spel 83797afc5b Remove TODO AssumptionMaker (clean up) 6 years ago
Jip Spel bb1f1a3701 Change deepCopy into constructor 6 years ago
Jip Spel 19475b30b9 Fix issue with deepCopy not containing all transitions 6 years ago
Jip Spel 2e4991a75e TODO added create deep copy not yet working correctly 6 years ago
Jip Spel 28b77e6a7d Create MonotonicityChecker and fix some bugs in AssumptionMaker 6 years ago
Jip Spel 2a93b89c22 Create AssumptionMaker 6 years ago
Jip Spel 43eebf8e05 Return tuple and add assumptions 6 years ago
Jip Spel 34c87453fb Implement extension of lattice with assumptions 6 years ago
Jip Spel b6e48b35cc Implement first version of LatticeExtender 6 years ago
Jip Spel 9e8d910a49 WIP Add LatticeExtender 6 years ago
Jip Spel b0b0623fcf Add matrix declaration 6 years ago
Jip Spel 5aec480a1e Clean up 6 years ago
Jip Spel e7dc7acf8e Cleanup 6 years ago
Jip Spel ee8971c608 Clean up 6 years ago
Jip Spel d2e754c302 Replace transformation to State Vector with transformation in map 6 years ago
Jip Spel 80cf0982a9 WIP: parameter lifting 6 years ago
Jip Spel 6f8787b6f0 Add one possible solution for critical states 6 years ago
Jip Spel 915a8b24ec Remove superfluous vars 6 years ago
Jip Spel 8bbf4b4543 Change vector to set, add error message if more than two successors for one state, add documentation 6 years ago
Jip Spel 1bce5935fa Update documentation 6 years ago
Jip Spel 905f6fc970 Create lattice from model and formulas 6 years ago
Jip Spel 128d428fcc Add .dot representation for mc 6 years ago
Jip Spel da691c8102 Add .dot representation for lattice 6 years ago
Jip Spel 92bd07c9c5 Allow monotonicity analysis on both Until and Eventually formulas 6 years ago
Jip Spel 1aa8f409cb Change error messages + add new ones 6 years ago
Jip Spel 383814681d One map with pair of bool instead of two maps for monotonicity 6 years ago
Jip Spel e83dad0963 Add check on amount of formulas, fix typo 6 years ago
Jip Spel 6ac0782a18 Remove need for bisimulation 6 years ago
Jip Spel 1af5670750 Throw error when bisimulation not set, change output monotonicity 6 years ago
Jip Spel 0116837956 Check dtmc or mdp for simplification 6 years ago
Jip Spel 39b8ac6c18 Analyse monotonicity for each variable 6 years ago
Jip Spel 1536aeab47 Add keep track of time 6 years ago
Jip Spel c6e6331db2 Move creation of Lattice to Lattice class 6 years ago
Jip Spel 5f6a894a32 Clean up 6 years ago
Jip Spel 8c3fb65ef9 Simplify before preprocessing 6 years ago
Jip Spel 9bc402a20b Remove states with transition with probability 1 from model 6 years ago
Jip Spel aa630ce62b Monotone increasing in all parameters implemented 6 years ago