add sat inferface to the linear solver wrapper

This commit is contained in:
Laurent Perron
2019-10-18 14:39:51 +02:00
parent beb59fb20d
commit bc43e37c90
15 changed files with 600 additions and 60 deletions

View File

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

View File

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

View File

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