importFrom("grDevices", "rainbow")
importFrom("graphics", "legend")
importFrom("utils", "read.table", "type.convert")
importFrom("graphics", "plot")
importFrom("stats", "ave")

import("igraph")

export(
  "POMDP", 
  "solve_POMDP",
  "solve_POMDP_parameter",
  "solver_output", 
  "model",
  "solution",
  "reward",
  "policy_graph",
  "write_POMDP",
  "O_", "R_", "T_"
  )

S3method("plot", "POMDP")
S3method("print", "POMDP")
S3method("print", "POMDP_model")
S3method("print", "POMDP_solution")