-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add code to use Gurobi for MDP probabilistic reachability in explicit…
… engine. Gurobi is made the default (over lpsolve) for now. Test e.g. with: prism ../prism-tests/functionality/verify/mdps/reach/mdp_simple.nm ../prism-tests/functionality/verify/mdps/reach/mdp_simple.nm.props -ex -lp -test This requires the Gurobi libraries to be copied into lib, e.g.: cp /Library/gurobi911/mac64/lib/gurobi.jar lib cp /Library/gurobi911/mac64/lib/*lib lib
- Loading branch information
1 parent
d28cbd1
commit 8e42c26
Showing
2 changed files
with
148 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters