very similar to LP Structure
General ILP Formulation
- objective function:
Z = c1x1+ c2x2+ … + cnxn - linear constraints:
a11x1+ a12x2+ … + a1nxn= b1
a21x1+ a22x2+ … + a2nxn= b2
…
am1x1+ am2x2+ … + amnxn= bm - integer valued variables:
x1, …, xn∈ ℤ
very similar to LP Structure