#directory #sys #conda-environment

sys scip-sys

Bindings for the C SCIP solver

6 releases

0.1.5 Oct 26, 2023
0.1.4 Mar 10, 2023
0.1.3 Feb 24, 2023
Download history 40/week @ 2023-08-15 34/week @ 2023-08-22 23/week @ 2023-08-29 58/week @ 2023-09-05 67/week @ 2023-09-12 105/week @ 2023-09-19 56/week @ 2023-09-26 106/week @ 2023-10-03 103/week @ 2023-10-10 53/week @ 2023-10-17 163/week @ 2023-10-24 144/week @ 2023-10-31 185/week @ 2023-11-07 202/week @ 2023-11-14 146/week @ 2023-11-21 174/week @ 2023-11-28

729 downloads per month
Used in 2 crates (via russcip)

Apache-2.0

1.5MB
420 lines

scip-sys

Raw rust bindings to SCIP's C-API. The bindings are automatically generated using bindgen. Meant to provide full control over SCIP's API, for a more restricted memory-safe API see russcip.

Dependencies

This crate depends on SCIP at runtime, the easiest way to install it is to install a precompiled package from here or through conda by running

conda install --channel conda-forge scip

After which scip-sys would be able to find the installation in the current Conda environment. Alternatively, you can specify the installation directory through the SCIPOPTDIR environment variable.

License

This repo is distributed under the open-source Apache 2.0 license. Although, to simplify the building process the C-headers for the SCIPOptSuite and its dependent software are included. These dependencies include Bliss that is distributed under the GNU Lesser General Public license.

Dependencies