abf08a76c2
This routine implements the dual method of Goldfarb and Idnani (1982, 1983) for solving quadratic programming problems of the form min(?dT b + 1/2bT Db) with the constraints AT b >= b0. WWW: http://cran.r-project.org/web/packages/quadprog/ PR: ports/172298 (based on) Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
18 lines
358 B
Makefile
18 lines
358 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quadprog
|
|
DISTVERSION= 1.5-4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= naylor.b.david@gmail.com
|
|
COMMENT= Functions to solve Quadratic Programming Problems
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
USE_R_MOD= yes
|
|
R_MOD_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|