From 76b9b1eed063b6823045c775545bd60b3c34861c Mon Sep 17 00:00:00 2001 From: zhang Date: Sat, 16 Apr 2022 11:06:51 +0800 Subject: =?UTF-8?q?ortools=20=E5=AE=9E=E8=B7=B5=E9=80=BB=E8=BE=91=E7=BA=A6?= =?UTF-8?q?=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cp/binary_encodings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cp/binary_encodings.py') diff --git a/cp/binary_encodings.py b/cp/binary_encodings.py index db38d38..fe0ee80 100644 --- a/cp/binary_encodings.py +++ b/cp/binary_encodings.py @@ -4,6 +4,7 @@ from ortools.sat.python import cp_model # https://developers.google.com/optimization/cp/cryptarithmetic + class VarArraySolutionPrinter(cp_model.CpSolverSolutionCallback): """Print intermediate solutions.""" -- cgit v1.2.3