contrib: remove "from __future__"
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
from collections import defaultdict
|
||||
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
import re
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from collections import *
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
#
|
||||
|
||||
@@ -59,7 +59,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -56,7 +56,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -42,7 +42,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.sat.python import cp_model
|
||||
|
||||
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -67,7 +67,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_cp_solver/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
# limitations under the License.
|
||||
"""Solve the magic sequence problem with the CP-SAT solver."""
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
from ortools.sat.python import cp_model
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
http://geodisi.u-strasbg.fr/~daurat/papiers/tomoqconv.pdf
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
from collections import defaultdict
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.linear_solver import pywraplp
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import division
|
||||
|
||||
from ortools.sat.python import cp_model
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
import re
|
||||
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
@author: CSLiu2
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
|
||||
import argparse
|
||||
import collections
|
||||
|
||||
@@ -59,7 +59,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
import sys
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
Also see my other Google CP Solver models:
|
||||
http://www.hakank.org/google_or_tools/
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
http://www.hakank.org/google_or_tools/
|
||||
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from ortools.constraint_solver import pywrapcp
|
||||
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user