Skip to content

Commit

Permalink
New port: math/creme: Randomized thermal relaxation method for MaxFS …
Browse files Browse the repository at this point in the history
…problems
  • Loading branch information
yurivict committed May 14, 2021
1 parent fd036e9 commit 0a733dd
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/Makefile
Expand Up @@ -216,6 +216,7 @@
SUBDIR += couenne
SUBDIR += coxeter3
SUBDIR += cppad
SUBDIR += creme
SUBDIR += crlibm
SUBDIR += cryptominisat
SUBDIR += csdp
Expand Down
25 changes: 25 additions & 0 deletions math/creme/Makefile
@@ -0,0 +1,25 @@
PORTNAME= creme
DISTVERSION= g20210114
CATEGORIES= math
PKGNAMEPREFIX= coin-or-

MAINTAINER= yuri@FreeBSD.org
COMMENT= Randomized thermal relaxation method for MaxFS problems

LICENSE= EPL

USES= compiler:c++11-lang gmake libtool
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= coin-or
GH_PROJECT= Creme
GH_TAGNAME= ab42f19

GNU_CONFIGURE= yes

INSTALL_TARGET= install-strip

TEST_TARGET= test

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions math/creme/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1620974340
SHA256 (coin-or-Creme-g20210114-ab42f19_GH0.tar.gz) = 48ab55638c07a8bc6f5959e1e7f4c48b77e6a59322a3699ed7464a71ac586a88
SIZE (coin-or-Creme-g20210114-ab42f19_GH0.tar.gz) = 3256085
10 changes: 10 additions & 0 deletions math/creme/pkg-descr
@@ -0,0 +1,10 @@
Creme is an implementation of the randomized thermal relaxation method to find
a feasible solution of the Maximum Feasible Subsystem (MaxFS) problem. The MaxFS
problem consists, given a Linear Programming problem

A x <= b,

generally infeasible, in finding a feasible subsystem containing a maximum
number of inequalities.

WWW: https://github.com/coin-or/Creme
16 changes: 16 additions & 0 deletions math/creme/pkg-plist
@@ -0,0 +1,16 @@
bin/creme
include/coin/chooseblock.h
include/coin/cmdline.h
include/coin/init.h
include/coin/isfeas.h
include/coin/linopt.h
include/coin/locsrch.h
include/coin/lpio.h
include/coin/misc.h
include/coin/move.h
include/coin/rtr.h
include/coin/sparse.h
lib/libCreme.so
lib/libCreme.so.0
lib/libCreme.so.0.0.0
libdata/pkgconfig/creme.pc

0 comments on commit 0a733dd

Please sign in to comment.