Marcs Notes

Home

❯

university

❯

Optimization

❯

Lineare und Nichtlineare Optimierung

❯

Mixed Integer Program

❯

Gemischt ganzzahliges lineares Optimierungsproblem

Gemischt-ganzzahliges lineares Optimierungsproblem

10. Juni 20251 min read

Gemischt-ganzzahliges Optimierungsproblem

Ein Optimierungsproblem mit x gemischt-ganzzahlig und linearen Nebenbedingungen

minc⊤x​Ax≤bx∈Zp×Rn−p​

Spezialfälle

  • p=0 → Linear Program
  • p=n → Integer Program
  • p=n und x∈{0,1}n → Binary Integer Program

Beispiele

  • Uncapacitated Lot-Sizing Problem
  • Capacitated Lot-Sizing Problem
  • Traveling Salesman Problem
  • Uncapacitated Facility Location Problem
  • Knapsack Problem

Graphansicht

  • Gemischt-ganzzahliges Optimierungsproblem
  • Spezialfälle
  • Beispiele

Backlinks

  • Nondeterministic Polynomial Time Complete
  • Binary Integer Program
  • Diskrete Optimierungsprobleme
  • Eliminationsverfahren
  • Gemischt-ganzzahlige lineare Optimierung
  • Integer Program
  • Heuristik
  • Gemischt-ganzzahliges nichtlineares Optimierungsproblem
  • Outer Approximation Verfahren
  • Einführung Spatial Branch-and-Bound Verfahren zur Lösung nichtkonvexer MINLPs
  • Branch-and-Bound Verfahren
  • LP-Relaxierung
  • Prune by Bound
  • Prune by Infeasibility
  • Prune by Integrality
  • Basic Mixed Integer Set
  • Schnittebenenverfahren
  • Separierungsproblem
  • Formulierung

Erstellt mit Quartz v4.5.0 © 2025

  • GitHub