|
|
@ -102,10 +102,11 @@ public class MDPModelChecker extends ProbModelChecker |
|
|
|
|
|
|
|
|
// Build product of MDP and automaton |
|
|
// Build product of MDP and automaton |
|
|
AcceptanceType[] allowedAcceptance = { |
|
|
AcceptanceType[] allowedAcceptance = { |
|
|
|
|
|
AcceptanceType.REACH, |
|
|
AcceptanceType.BUCHI, |
|
|
AcceptanceType.BUCHI, |
|
|
AcceptanceType.RABIN, |
|
|
AcceptanceType.RABIN, |
|
|
AcceptanceType.GENERALIZED_RABIN, |
|
|
AcceptanceType.GENERALIZED_RABIN, |
|
|
AcceptanceType.REACH |
|
|
|
|
|
|
|
|
AcceptanceType.STREETT |
|
|
}; |
|
|
}; |
|
|
product = mcLtl.constructProductMDP(this, (MDP)model, expr, statesOfInterest, allowedAcceptance); |
|
|
product = mcLtl.constructProductMDP(this, (MDP)model, expr, statesOfInterest, allowedAcceptance); |
|
|
|
|
|
|
|
|
|