Skip to content

Commit

Permalink
minizinc-solvers: Add math/jacop solver to the metaport
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 4, 2021
1 parent 58cdedf commit 54990bf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions math/minizinc-solvers/Makefile
@@ -1,6 +1,5 @@

PORTNAME= minizinc-solvers
PORTVERSION= 20210503
PORTVERSION= 20210504
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -9,7 +8,7 @@ COMMENT= Metaport for MiniZinc solvers
USES= metaport

OPTIONS_MULTI= LIST
OPTIONS_MULTI_LIST= BONMIN CHUFFED COUENNE OR_TOOLS
OPTIONS_MULTI_LIST= BONMIN CHUFFED COUENNE JACOP OR_TOOLS
OPTIONS_DEFAULT= ${OPTIONS_MULTI_LIST}

LIST_DESC= Install:
Expand All @@ -23,6 +22,9 @@ CHUFFED_RUN_DEPENDS= chuffed>0:math/chuffed
COUENNE_DESC= Nonlinear convex over and under envelopes solver (COIN-OR)
COUENNE_RUN_DEPENDS= coin-or-couenne>0:math/couenne

JACOP_DESC= Java Constraint Programming solver
JACOP_RUN_DEPENDS= jacop>0:math/jacop

OR_TOOLS_DESC= Google OR-Tools-based solver
OR_TOOLS_RUN_DEPENDS= or-tools>0:math/or-tools

Expand Down

0 comments on commit 54990bf

Please sign in to comment.