diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-11-05 10:01:44 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:13 +0700 |
commit | de1e236a5be3238464a78e105d9fc7761ad90ee2 (patch) | |
tree | d1613862afd2fb2e051e1e0b99cb026425cc19e9 /libraries/libpoly/README | |
parent | db9887316dd066d96414776eb663d028961b8e2b (diff) |
libraries/libpoly: Added (C library for manipulating polynomials)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libpoly/README')
-rw-r--r-- | libraries/libpoly/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libpoly/README b/libraries/libpoly/README new file mode 100644 index 0000000000000..64b6fe322628b --- /dev/null +++ b/libraries/libpoly/README @@ -0,0 +1,10 @@ + LibPoly is a C library for manipulating polynomials. The target +applications are symbolic reasoning engines, such as SMT solvers, +that need to reason about polynomial constraints. It is research +software under development, so the features and the API might +change rapidly. + + + If you want to build the python API, set PYTHON=yes to the +environment variables. By default it uses python2, if you want to +use python3 set PYTHON3=yes. |