Toggle navigation
SCIP Optimization Suite
SCIP
SoPlex
ZIMPL
UG
GCG
Documentation
SCIP 10.0.0
SCIP 9.2.4
SCIP 8.1.0
SCIP 7.0.3
SCIP 6.0.2
SCIP 5.0.1
SCIP 4.0.1
SCIP 3.2.1
SCIP
Solving Constraint Integer Programs
Overview
Files
Interfaces
Examples
Applications
How to add
src
src Directory Reference
Files
file
branch_stp.c
[code]
Steiner vertex branching rule.
file
branch_stp.h
[code]
Steiner vertex branching rule.
file
cmain.c
[code]
Main file for SCIP-Jack.
file
cons_stp.c
[code]
Constraint handler for Steiner problems.
file
cons_stp.h
[code]
Constraint handler for Steiner problems.
file
dialog_stp.c
[code]
stp user interface dialog
file
dialog_stp.h
[code]
stp user interface dialog
file
event_bestsol.c
[code]
eventhdlr for best solution found
file
event_bestsol.h
[code]
eventhdlr for best solution found
file
grph.h
[code]
includes various files containing graph methods used for Steiner problems
file
grphbase.c
[code]
includes several methodes for Steiner problem graphs
file
grphload.c
[code]
file
grphmcut.c
[code]
file
grphpath.c
[code]
Shortest path based graph algorithms for Steiner problems.
file
grphsave.c
[code]
file
heur_local.c
[code]
Improvement heuristic for Steiner problems.
file
heur_local.h
[code]
Improvement heuristic for Steiner problems.
file
heur_rec.c
[code]
Primal recombination heuristic for Steiner problems.
file
heur_rec.h
[code]
Primal recombination heuristic for Steiner problems.
file
heur_rs.h
[code]
RS primal heuristic.
file
heur_tm.c
[code]
Shortest paths based primal heuristics for Steiner problems.
file
heur_tm.h
[code]
shortest paths based primal heuristics for Steiner problems
file
misc_stp.c
[code]
Miscellaneous methods used for solving Steiner problems.
file
misc_stp.h
[code]
miscellaneous methods used for solving Steiner problems
file
portab.h
[code]
Portable defintions.
file
pricer_stp.c
[code]
stp variable pricer
file
pricer_stp.h
[code]
stp variable pricer
file
probdata_stp.c
[code]
Minimum cut routine for Steiner problems.
file
probdata_stp.h
[code]
Problem data for stp problem.
file
prop_stp.c
[code]
propagator for Steiner tree problems, using the LP reduced costs
file
prop_stp.h
[code]
propagator for Steiner tree problems, using the LP reduced costs
file
reader_stp.c
[code]
Steiner tree problem file reader.
file
reader_stp.h
[code]
Steiner tree problem file reader.
file
reduce.c
[code]
Methods for loading Steiner problems in .stp format.
file
reduce_alt.c
[code]
Altenative based reduction tests for Steiner problems.
file
reduce_bnd.c
[code]
file
reduce_simple.c
[code]
file
validate.c
[code]