<div id="comment:0"></div> testcase: ``` sage: p = MixedIntegerLinearProgram(maximization=True, solver = "GLPK") sage: p.set_objective(p[0]) sage: p.solver_parameter("simplex_or_intopt", "simplex_only") sage: p.solve() 0.0 ``` CC: @yuan-zhou @nathanncohen @dimpase @johnperry-math @dcoudert Component: **numerical** Author: **Matthias Koeppe, Yuan Zhou** Branch/Commit: **[`b8daa1f`](https://github.com/sagemath/sagetrac-mirror/commit/b8daa1f042bd5d73f3d2cefed7c9db0db71ef7fa)** Reviewer: **Dima Pasechnik, David Coudert** _Issue created by migration from https://trac.sagemath.org/ticket/18838_