94 Commits (d92e6b97e5341794d9f74c44b5603662c4e13c7e)

Author SHA1 Message Date
Tim Quatmann d92e6b97e5 updated exprtk 6 years ago
Tim Quatmann e945f28a86 Using raw pointers for manager in Variable.h since weak_ptr::lock() often seems to be a bottle neck during, e.g., model building. 6 years ago
Tim Quatmann 555fd90536 Silenced a few warnings. 6 years ago
Matthias Volk fba3223f63 Use typedefs of RationalFunctionAdapter 6 years ago
Matthias Volk d05b132dde Better error output 6 years ago
Matthias Volk 820b48354d Silenced warning 7 years ago
Tim Quatmann b4f652bbc8 Reducing the nesting when creating a expression::sum(...). 7 years ago
Tim Quatmann 66a7bd5954 implemented creation of round expression. 7 years ago
Tim Quatmann d201580d92 Refactored simplification of UnaryNumericalFunctionExpression. 7 years ago
Jip Spel f6ea4d38bb Fix assumption making and checking and testing 7 years ago
Tim Quatmann ca9102616b ExpressionManager: Asserted that when getting a variable with declareOrGetVariable, the returned type is as expected (part 2...). 7 years ago
Tim Quatmann adaba03648 ExpressionManager: Asserted that when getting a variable with declareOrGetVariable, the returned type is as expected. 7 years ago
Jip Spel 901105f9e4 Only divide by denominator when function is not constant 7 years ago
dehnert c6204254a3 fixing two issues related to complex model building and in particular integer vs rational division 7 years ago
Jip Spel 7f6823c6bb Resolve TODO 7 years ago
TimQu 4dc234d635 silenced several 'unused parameter'-warnings 7 years ago
dehnert 3ab4a28db1 fixing bug triggered by one of Steffen's (TUD) input models 7 years ago
Jip Spel 6695f64460 Add test and fix bug RationalFunction to Expression 7 years ago
TimQu 5a36fa0075 Expression evaluator can now set rational values from a RationalNumber/RationalFunction 7 years ago
Jip Spel 51aace8421 Renamed ValueTypeToExpression to RationalFunctionToExpression 7 years ago
Jip Spel c9c2816e18 Add documentation 7 years ago
Jip Spel 4d1dfdc75c Fix problem with exponent and denominator 7 years ago
Jip Spel a2189044f3 Use degree of variable in expression 7 years ago
Jip Spel b82ab5f9c2 Validate assumption with SMT solving 7 years ago
TimQu ede671ea3f fixed wrong type mask for arrays... 7 years ago
dehnert 5e43c51f49 starting on some builder optimizations 7 years ago
dehnert c3d40d634b started working on the github issues by Linda 7 years ago
TimQu dac431b263 parsing of jani-arrays 7 years ago
TimQu 953d570ff0 fix in syntacticalEquality checker 7 years ago
TimQu 8202f77943 array expressions 7 years ago
TimQu ed2de09ce3 added function that reduces the nesting of expressions (e.g. when considering a big sum with many summands. This fixes stack overflows when translating expressions 7 years ago
dehnert 87843e084e several fixes related to game-based abstraction 8 years ago
dehnert 6d445e38af fixes github issue #18 8 years ago
dehnert 844608488a using max_digits10 to increase precision enough to uniquely identify double (as proposed by Joachim) 8 years ago
dehnert 533e48bdbc increasing precision for rational to ExprTk rational literal conversion 8 years ago
dehnert 759ea3604f fixed expression to ExprTk translation for rational literals (pointed out by Joachim Klein) 8 years ago
dehnert c18340b76a added mod as binary operation in expressions and slightly extended JANI support for filters 8 years ago
dehnert 3ad85ba0e6 fixes and improvements for game-based abstraction 8 years ago
dehnert b4d8c209cd optimizations for game-based abstraction refinement 8 years ago
dehnert 4d7be96dda MaxSAT-based high-level counterexamples for JANI 8 years ago
Joachim Klein f56076aacf Add virtual destructors to classes having virtual functions. 8 years ago
dehnert 533585fda6 moving to weak_pointers in variables to resolve memory leak in expression manager 8 years ago
dehnert 6501fffac3 several optimizations related to explicit model building 8 years ago
dehnert 58ca07584d rational search for native linear equation solver and several involved fixes 8 years ago
TimQu b7e2aec82c Fixed issue where variable names were reserved symbols of Exprtk 8 years ago
dehnert cdf76b0c15 fixed DD-based quotient extraction in bisimulation 8 years ago
Matthias Volk 38cc9b1265 Fixed typo in doc 8 years ago
Sebastian Junges c46ce03e60 make storm compile with latest version of carl 9 years ago
Sebastian Junges 4a43d7ab0d towards compiling storm with the latest carl version 9 years ago
dehnert ea02ea0838 started overhaul of cli/api 9 years ago