## compiled code
useDynLib(hitandrun)

## Export regular function names (no dots)

export(har, bbReject, simplex.sample,

	createSeedPoint, createBoundBox, findExtremePoints, findVertices,

	simplex.createTransform, simplex.createConstraints,

	ordinalConstraint, upperBoundConstraint, lowerBoundConstraint,
	upperRatioConstraint, lowerRatioConstraint, mergeConstraints)

