SCIP Examples
SCIP contains several examples that show its
usage. They are contained in the
"examples" directory in the source code
distribution.
In "examples/MIPSolver/src/" you can find a minimal implementation for using SCIP included
into another source code.
In "examples/SamplePricer/src/" the p-median problem is solved via pricing for an example
with 3 centers and p = 2.
In "examples/TSP/src/" you can find short implementations of
a constraint handler, two easy combinatorial heuristics, a file reader, etc. which demonstrate the
usage of SCIP as a branch-and-cut-framework for solving *.tsp instances.
More examples will be available here.
|