Exploration 9.2.1.
Consider the following sudoku puzzle:
(a)
Solve the above sudoku if you feel like it.
xxxxxxxxxx
%display typeset
A = (FIXME)
b = (FIXME)
c = (FIXME)
P = InteractiveLPProblem(A, b, c,
[FIXME],
constraint_type = [FIXME],
variable_type = "",
problem_type = FIXME)
P
xxxxxxxxxx
print(P.optimal_solution())
print(P.optimal_value())
order
of the sudoku puzzle to be a parameter.