# Generated by roxygen2: do not edit by hand

S3method(plot,greedy_experimental_design_search)
S3method(print,binary_experimental_design)
S3method(print,binary_then_greedy_experimental_design)
S3method(print,binary_then_rerandomization_experimental_design)
S3method(print,greedy_experimental_design_search)
S3method(print,karp_experimental_design_search)
S3method(print,optimal_experimental_design_search)
S3method(print,rerandomization_experimental_design_search)
S3method(summary,binary_experimental_design)
S3method(summary,binary_then_greedy_experimental_design)
S3method(summary,binary_then_rerandomization_experimental_design)
S3method(summary,greedy_experimental_design_search)
S3method(summary,karp_experimental_design_search)
S3method(summary,optimal_experimental_design_search)
S3method(summary,rerandomization_experimental_design_search)
export(binaryMatchExperimentalDesignSearch)
export(binaryMatchFollowedByGreedyExperimentalDesignSearch)
export(binaryMatchFollowedByRerandomizationDesignSearch)
export(complete_randomization)
export(complete_randomization_with_forced_balanced)
export(compute_gram_matrix)
export(compute_objective_val)
export(compute_randomization_metrics)
export(generate_stdzied_design_matrix)
export(greedy_orthogonalization_curation)
export(greedy_orthogonalization_curation2)
export(hadamardExperimentalDesign)
export(initGreedyExperimentalDesignObject)
export(initKarpExperimentalDesignObject)
export(initOptimalExperimentalDesignObject)
export(initRerandomizationExperimentalDesignObject)
export(plot_obj_val_by_iter)
export(plot_obj_val_order_statistic)
export(resultsBinaryMatchSearch)
export(resultsBinaryMatchThenGreedySearch)
export(resultsBinaryMatchThenRerandomizationSearch)
export(resultsGreedySearch)
export(resultsKarpSearch)
export(resultsOptimalSearch)
export(resultsRerandomizationSearch)
export(searchTimeElapsed)
export(standardize_data_matrix)
export(startSearch)
export(stopSearch)
import(GreedyExperimentalDesignJARs)
import(grDevices)
import(graphics)
import(rJava)
import(stats)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(checkmate,assertChoice)
importFrom(checkmate,assertClass)
importFrom(checkmate,assertCount)
importFrom(checkmate,assertLogical)
importFrom(checkmate,assertNumeric)
importFrom(checkmate,assertSetEqual)
importFrom(checkmate,assertTRUE)
importFrom(checkmate,makeAssertion)
importFrom(checkmate,vname)
importFrom(nbpMatching,distancematrix)
importFrom(nbpMatching,nonbimatch)
useDynLib(GreedyExperimentalDesign)
