Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
version 0.2.2
Light Logo Dark Logo
version 0.2.2
  • Setup
  • πŸš€ Quick Start
  • Network/Router vs Advanced API
  • Network/Router API
    • Data Input
    • WindFarmNetwork/Router
    • Load Location Data Repositories
    • Plotting
    • Debugging
    • Borders, Obstacles & Buffering
    • Gradient
    • ModelOptions vs SolverOptions
    • A Large and Complex Wind Farm
    • IEA Wind Task 55
    • EWRouter example
    • HGSRouter example
    • MILPRouter example
    • Simple TOPFARM Example
  • Advanced API
    • Overview
    • Quickstart
    • Data Input
    • Included locations
    • Example – Taylor 2023
    • Example – IEA Wind 740-10-MW
    • Plotting
    • Hybrid Genetic Search meta-heuristic example
    • Lin-Kernighan-Helsgaun meta-heuristic example
    • Constructor heuristic examples
    • Legacy heuristic examples
    • OR-Tools example
    • Gurobi example
    • CPLEX example
    • HiGHS example
    • SCIP example
    • CBC example
  • Theory
  • Paper
    • 3.1 Sparsified vs. complete graphs as search space
    • 3.2 Comparison with MILP model from literature
    • 3.3/4/5 Impact/Comparison/Dealing
    • 3.6.1 Yi et at 2019
    • 3.6.2 Cazzaro and Pisinger 2022 Fig. 6
    • 3.6.2 Cazzaro and Pisinger 2022 G-140 and G-210
    • 3.6.3 Taylor et al 2023
  • API Reference
    • optiwindnet
      • optiwindnet.MILP
        • optiwindnet.MILP.fscip
        • optiwindnet.MILP.ortools
        • optiwindnet.MILP.pyomo
        • optiwindnet.MILP.scip
      • optiwindnet.api
      • optiwindnet.augmentation
      • optiwindnet.baselines
        • optiwindnet.baselines.hgs
        • optiwindnet.baselines.lkh
        • optiwindnet.baselines.utils
      • optiwindnet.clustering
      • optiwindnet.crossings
      • optiwindnet.db
        • optiwindnet.db.migrate
      • optiwindnet.geometric
      • optiwindnet.heuristics
      • optiwindnet.importer
      • optiwindnet.interarraylib
      • optiwindnet.mesh
      • optiwindnet.pathfinding
      • optiwindnet.plotting
      • optiwindnet.repair
      • optiwindnet.svg
      • optiwindnet.synthetic
      • optiwindnet.themes
      • optiwindnet.version
Back to top
View this page

Advanced APIΒΆ

Basics

  • Overview
  • Quickstart
  • Data Input
  • Included locations
  • Example – Taylor 2023
  • Example – IEA Wind 740-10-MW
  • Plotting

Inexact Solvers

  • Hybrid Genetic Search meta-heuristic example
  • Lin-Kernighan-Helsgaun meta-heuristic example
  • Constructor heuristic examples
  • Legacy heuristic examples

Exact Solvers

  • OR-Tools example
  • Gurobi example
  • CPLEX example
  • HiGHS example
  • SCIP example
  • CBC example
Next
Overview
Previous
Simple TOPFARM Example
Copyright © 2026, DTU Wind Energy
Made with Sphinx and @pradyunsg's Furo