Joachim Klein
7c5eb10d37
PH,PM,PS: cast jints to int in printf
On Win32, jints are actually long ints, so printf would need %ld instead of %d.
As jints are 32bit, we simply cast to an int to silence format string compiler
warning.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@12190 bbc10eb1-c90d-0410-af57-cb519fbb1720
9 years ago
Joachim Klein
a8b8daaf71
PS: cleanup warning message printing
Remove unused argument.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@12187 bbc10eb1-c90d-0410-af57-cb519fbb1720
9 years ago
Joachim Klein
2bb7a217f2
PS: cleanup format strings
%ld instead of %d for nnz
%ld for number of iterations / fgw.right (continuous time computations)
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@12186 bbc10eb1-c90d-0410-af57-cb519fbb1720
9 years ago
Joachim Klein
14ad1d32af
fix compilation issue: cmath / isinf
On newer GCCs, isinf needs to be std::isinf
Switch from math.h include to cmath.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@12163 bbc10eb1-c90d-0410-af57-cb519fbb1720
9 years ago
Joachim Klein
4c134da06d
Win64 cleanup, PS_NondetMulti*: avoid pointer-to-integer casts
Here, the casts are not needed, we can simply declare the correct pointer types.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@12013 bbc10eb1-c90d-0410-af57-cb519fbb1720
9 years ago
Vojtech Forejt
4562006bb0
fixed multiobjective lp bug where the reward objective function was not set if there were no PCTL targets.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11065 bbc10eb1-c90d-0410-af57-cb519fbb1720
10 years ago
Dave Parker
9589a14c14
Compile fix for previous commit.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@9526 bbc10eb1-c90d-0410-af57-cb519fbb1720
11 years ago
Dave Parker
1d09274252
Add adversary export to reward-based multi-objective model checking (sparse engine) - not sure why it was not there.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@9524 bbc10eb1-c90d-0410-af57-cb519fbb1720
11 years ago
Dave Parker
1dc1e484b7
Tidy up JNI wrapper around NDSparseMatrix and push action index storage inside the data structure.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@7609 bbc10eb1-c90d-0410-af57-cb519fbb1720
13 years ago
Dave Parker
9b5aae301f
Patch in current version of multi-objective model checking (from prism-multi branch). Still need to copy across etc/ directory containing lpsolve libraries. Also contains a few JDD fixes via Christian von Essen.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@6211 bbc10eb1-c90d-0410-af57-cb519fbb1720
13 years ago