Skip to content

Commit

Permalink
adjusted exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Petrik committed Dec 29, 2023
1 parent b035055 commit d0f996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MDPs.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module MDPs

include("objectives.jl")
export InfiniteH, FiniteH
export InfiniteH, FiniteH, Markov, Stationary, MarkovDet, StationaryDet

include("models/mdp.jl")
export MDP
Expand Down

0 comments on commit d0f996c

Please sign in to comment.