scipopt / russcip

Rust interface for SCIP
https://crates.io/crates/russcip
Apache License 2.0
30 stars 10 forks source link

TSP example on iterated solving #131

Open mmghannam opened 3 months ago

mmghannam commented 3 months ago

Add an example for solving the TSP using a branch-and-cut approach by iteratively solving the model and calling free_transform() and adding sub-tour elimination constraints.

farber2309 commented 3 months ago

Hi Mo, as discussed I would like to contribute.