# Export top functions
export(
  getCTechSTM1u,
  getCTechSTM2u,
  getCharSTM1u,
  getCharSTM2u,
  compContourM1u,
  compContourM2u,
  evalContour
)

# Import all packages listed as Imports or Depends
import(
  lpSolve,
  geometry
)
importFrom("stats", "runif")
importFrom("utils", "write.table")
     
