useDynLib(qVarSel, .registration=TRUE)
importFrom(Rcpp, evalCpp)
#exportPattern("^[[:alpha:]]+")
importFrom(lpSolveAPI, make.lp)
importFrom(lpSolveAPI, set.objfn)
importFrom(lpSolveAPI, add.constraint)
importFrom(lpSolveAPI, set.bounds)
importFrom(lpSolveAPI, set.type)
importFrom(lpSolveAPI, write.lp)
importFrom(lpSolveAPI, lp.control)
importFrom(lpSolveAPI, get.objective)
importFrom(lpSolveAPI, get.variables)
export(PrtDist)
export(qVarSelH)
export(qVarSelLP)

