bump linear solver code, add direct to proto solver for scip and gurobi, currently untested

This commit is contained in:
Laurent Perron
2019-07-18 05:53:45 -07:00
parent 23657e6744
commit 4510eee224
15 changed files with 798 additions and 154 deletions

View File

@@ -15,7 +15,6 @@
from __future__ import print_function
# [START import]
from ortools.linear_solver import pywraplp
# [END import]