import(Rcpp,methods,graphics)
useDynLib(ConConPiWiFun)
exportPattern("^[[:alpha:]]+")
export(OptimPriceStorage)
exportMethods( "plot", "show" )
