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.

Valid HTML!
© 2003-2007 by Zuse Institute Berlin (ZIB), Imprint Last Update $Date: 2007/05/15 11:54:13 $