Formal Definitions

<aside> 💡 For counterexamples, consider disconnected graphs.

</aside>

Multiperiod Model

Knapsack

Scheduling

Worker Assignment

Shortest Path

Standard Equality Form (SEF)

An LP is in SEF if

  1. It is a maximization problem
  2. All variables are nonnegative (i.e. the constraint $x_j ≥0$ is given explicitly)
  3. All other constraints are equality constraints

<aside> 💡 All constraints are in the form $x_i ≥ 0 \text{ and } g_j(x) = 0$.

</aside>

Width

Widths $y_U$ are numbers assigned to each s,t-cut set $U$

Simplex

Untitled

Binary Variables

Graphs

Matching

Cuts and Paths

Optimality

Infeasibility

Unboundedness

Basis

Given some 3 by 5 matrix $A$

Canonical Form

The linear program $\max \left\{c^Tx \colon Ax=b,x≥0 \right\}$ is in canonical form if

  1. $A_B = I$
  2. $c_j=0$ for all $j∈B$

Untitled