fix make test_python

This commit is contained in:
Laurent Perron
2015-12-09 14:56:52 +01:00
parent eb2179b8a1
commit de9a5b6653
4 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ def SolveAndPrint(solver, variable_list, constraint_list):
(i, constraint.dual_value(), activities[constraint.index()]))
def main(unused_argv):
def main():
all_names_and_problem_types = (
linear_solver_pb2.MPModelRequest.SolverType.items())
for name, problem_type in all_names_and_problem_types: