contrib: remove "from __future__"

This commit is contained in:
Mizux Seiha
2020-11-18 13:55:26 +01:00
parent 05f12990c9
commit cce7552e01
125 changed files with 0 additions and 129 deletions

View File

@@ -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

View File

@@ -47,7 +47,6 @@
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp
from collections import defaultdict

View File

@@ -64,7 +64,6 @@
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp

View File

@@ -50,7 +50,6 @@
"""
from __future__ import print_function
import sys

View File

@@ -48,7 +48,6 @@
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp

View File

@@ -43,7 +43,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
import re

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -33,7 +33,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -41,7 +41,6 @@
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -37,7 +37,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -51,7 +51,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -40,7 +40,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
from ortools.linear_solver import pywraplp

View File

@@ -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

View File

@@ -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

View File

@@ -39,7 +39,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp
#

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -51,7 +51,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -67,7 +67,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -65,7 +65,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -65,7 +65,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -65,7 +65,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,3 @@
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -60,7 +60,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -39,7 +39,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -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

View File

@@ -1,4 +1,3 @@
from __future__ import division
from ortools.sat.python import cp_model

View File

@@ -1,4 +1,3 @@
from __future__ import print_function
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -37,7 +37,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp

View File

@@ -37,7 +37,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp

View File

@@ -37,7 +37,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp

View File

@@ -44,7 +44,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
import re

View File

@@ -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

View File

@@ -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

View File

@@ -4,9 +4,6 @@
@author: CSLiu2
"""
from __future__ import print_function
from __future__ import absolute_import
from __future__ import division
import argparse
import collections

View File

@@ -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

View File

@@ -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

View File

@@ -41,7 +41,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
import sys
from ortools.constraint_solver import pywrapcp

View File

@@ -37,7 +37,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp

View File

@@ -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

View File

@@ -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

View File

@@ -30,7 +30,6 @@
http://www.hakank.org/google_or_tools/
"""
from __future__ import print_function
from ortools.constraint_solver import pywrapcp

View File

@@ -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