8. Solve the instance of the linear programming problem given in Section 6.6:
maximize 010+007+003
9. The graph-coloring problem is usually stated as the vertex-coloring prob-
lem: Assign the smallest number of colors to vertices of a given graph so
that no two adjacent vertices are the same color. Consider the edge–
coloring problem: Assign the smallest number of colors possible to edges
of a given graph so that no two edges with the same endpoint are the
same color. Explain how the edge-coloring problem can be reduced to a
vertex-coloring problem.
10. Consider the two-dimensional post office location problem:given
11. Jealous husbands There are ≥2married couples who need to cross
a river. They have a boat that can hold no more than two people at a
time. To complicate matters, all the husbands are jealous and will not
a. Solve the problem for =2
b. Solve the problem for =3, which is the classical version of this
problem.
49