# Generated by roxygen2: do not edit by hand

S3method(plot,OptimalALT)
S3method(print,DesignInfo)
S3method(print,InitialValue)
S3method(print,OptimalALT)
S3method(print,OptimalityCheck)
S3method(print,PSOInfo)
S3method(summary,OptimalALT)
export(check_optimality)
export(extract_design)
export(find_optimal_alt)
export(initialize_values)
export(pso_setting)
export(set_design_info)
export(update_optimality_check)
import(Rcpp)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(graphics,contour)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(parallel,detectCores)
importFrom(stats,runif)
useDynLib(minimaxALT, .registration = TRUE)
