aboutsummaryrefslogtreecommitdiffstats
path: root/math/flopc++/pkg-descr
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /math/flopc++/pkg-descr
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'math/flopc++/pkg-descr')
-rw-r--r--math/flopc++/pkg-descr11
1 files changed, 9 insertions, 2 deletions
diff --git a/math/flopc++/pkg-descr b/math/flopc++/pkg-descr
index beb0823327cb..a1b024ba1013 100644
--- a/math/flopc++/pkg-descr
+++ b/math/flopc++/pkg-descr
@@ -1,2 +1,9 @@
-FlopC++ is an open source algebraic modelling language implemented as a C++
-class library.
+FlopC++ is an open-source algebraic modeling language implemented as a C++
+class library. It is a part of the COIN-OR project and allows users to
+formulate linear optimization problems (LP/MIP) in a declarative style
+directly within a C++ program, similar to established algebraic modeling
+languages like GAMS and AMPL.
+
+To achieve independence from specific solvers, FlopC++ utilizes the COIN
+Open Solver Interface (OSI). This allows it to be linked with any solver
+that has an OSI interface, such as CLP, CPLEX, GLPK, and XPRESS-MP.