Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-objective Fixes #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Chickenpowerrr
Copy link

This resolves several problems in the multi-objective model checking engine.

First of all, it removes a NullPointerException that was thrown for several properties since the variables instance variable was never set in EvaluatorExplicitOperatorShortcutImplies.
Also, infeasible multi-objective properties are reported again.
Lastly, stop-rewards were handed-out for rewards, even though they should only be handed out for probabilistic subproperties. For example, this caused the property multi(R{"time"}min=? [C], R{"energy"}<=43.99999993400001 [C]) on
https://github.com/tquatmann/qcomp23-multi/blob/v1.0/models/rov/rov.prism with constants B=10,Unf=2 and an absolute --graphsolver-iterative-stop-criterion to report a result of -1, even though there are no negative rewards in the model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant