useDynLib("RcppNLoptExample", .registration=TRUE)

import("nloptr")
importFrom("Rcpp", "sourceCpp")

export("testConstrainedProblem")
