|
|
|
|
|
|
|
max f( x1, x2, ..., xn );
subject to:
g1( x1, x2, ..., xn ) = c1 // Equality constraints
g2( x1, x2, ..., xn ) = c2
...
gu( x1, x2, ..., xn ) = cu
h1( x1, x2, ..., xn ) ≤ d1 // Inequality constraints
h2( x1, x2, ..., xn ) ≤ d2
...
hv( x1, x2, ..., xn ) ≤ dv
|
|
|
|
|
|
|
|
|
|
that we will learn to solve later (when we talk about the branch and bound technique).