-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 853 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Generated by roxygen2: do not edit by hand
export(chebycenter)
export(checkPolytopeStatus)
export(cpgs)
export(cpgsEquality)
export(findingIncompatibleConstr)
export(getAllBoundsParam)
export(plotPolytope2D)
exportPattern("^[[:alpha:]]+")
import(RcppEigen)
importFrom(Rcpp,evalCpp)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(lpSolveAPI,add.column)
importFrom(lpSolveAPI,get.constr.value)
importFrom(lpSolveAPI,get.primal.solution)
importFrom(lpSolveAPI,lp.control)
importFrom(lpSolveAPI,make.lp)
importFrom(lpSolveAPI,set.bounds)
importFrom(lpSolveAPI,set.column)
importFrom(lpSolveAPI,set.constr.type)
importFrom(lpSolveAPI,set.objfn)
importFrom(lpSolveAPI,set.rhs)
importFrom(lpSolveAPI,solve.lpExtPtr)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(cpgsR)