russcip
Rust interface for SCIP
File Explorer
Download Latest Version (.zip)- build_and_test.yml
- lsan-suppressions.txt
- .gitignore
- bad.opb
- gen-ip054.mps
- p0201.mps
- simple.lp
- simple.mps
- bin_packing.rs
- clique_separator.rs
- concurrent_solve.rs
- create_and_solve.rs
- cutting_stock.rs
- depth_first_node_selection.rs
- knapsack.rs
- most_infeasible_branching.rs
- node_event_handler.rs
- random_rounding.rs
- README.md
- tsp.rs
- branchrule.rs
- cons.rs
- eventhdlr.rs
- heur.rs
- mod.rs
- nodesel.rs
- pricer.rs
- row.rs
- sepa.rs
- var.rs
- branchrule.rs
- col.rs
- conshdlr.rs
- constraint.rs
- diving.rs
- eventhdlr.rs
- heuristic.rs
- lib.rs
- model.rs
- node.rs
- nodesel.rs
- param.rs
- prelude.rs
- pricer.rs
- probing.rs
- retcode.rs
- row.rs
- scip.rs
- separator.rs
- solution.rs
- status.rs
- variable.rs
- .codecov.yml
- .gitignore
- Cargo.toml
- CONTRIBUTING.md
- INSTALL.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/scipopt/russcip
Downloads the entire project code from GitHub to your computer.
cd russcip
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo add russcip --no-default-features --features bundled
Type this command into your terminal and run it.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
