Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyGCGOpt 0.4.1
PyGCGOpt 0.4.1

Contents

  • PyGCGOpt
  • Installation
  • Examples
    • Decomposing the Capacitated p-Median Problem
    • Exploring DW Dual Bounds
  • API Reference
    • Model
    • Classifier
    • Decomposition
    • DetProbData
    • Detector
    • Partition
    • PricingSolver
    • Score

About the project

  • CHANGELOG
  • GCG Documentation
  • GitHub repo
  • SCIP Documentation
  • PySCIPOpt repo
Back to top
View this page

ExamplesΒΆ

  • Decomposing the Capacitated p-Median Problem
    • Reading in the Instance
    • Setting up the Model
    • Use-Case 1: The Automatic Mode
    • Use-Case 2: Exploring different Decompositions
      • Inspecting Decompositions
      • Visualizing Decompositions
      • Selecting Decompositions
    • Use-Case 3: Building a custom Decomposition
    • Summary
  • Exploring DW Dual Bounds
    • Preparation
    • The Detector
    • Experiment
      • Setting up the Model
      • Instanciating the Detector
      • Running the Experiment
    • Summary
Next
Decomposing the Capacitated p-Median Problem
Previous
Installation
Copyright © 2021, Operations Research, RWTH Aachen University
Made with Sphinx and @pradyunsg's Furo