Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

skylee03/cs4211-tennis-pred-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GenPred

A Markov decision process (MDP) reachability probability generation tool for NUS CS4211 Formal Methods for Software Engineering course project: Applying Probabilistic Model Checking in Tennis Match Analytics.

Usage

GenPred <input> <output>
  • input: A directory containing several .pcsp files.
  • output: A file in .csv format.

GenPred will verify all PCSP models in the input directory by calling the dynamic link libraries (DLLs) of Process Analysis Toolkit (PAT) and store the minimal and maximal reachability probabilities of winning states to output, which will then be evaluated by the betting simulator.