Skip to content

Commit

Permalink
Number of choices for PRISM over IMC is equal to number of states
Browse files Browse the repository at this point in the history
  • Loading branch information
Zinoex committed Nov 14, 2023
1 parent 2470174 commit ede66fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/prism.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function write_prism_transitions_file(path_without_file_ending, mc::IntervalMark
num_transitions = nnz(l)

open(path_without_file_ending * ".tra", "w") do io
println(io, "$number_states 1 $num_transitions") # number_states number_choices number_transitions
println(io, "$number_states $number_states $num_transitions") # number_states number_choices number_transitions

for j in 1:num_columns
src = j - 1
Expand Down

0 comments on commit ede66fc

Please sign in to comment.