From 6f68e1818229e0d2dad760062e6b5bb137b88f5b Mon Sep 17 00:00:00 2001 From: zhang Date: Sun, 23 Jan 2022 12:42:38 +0800 Subject: =?UTF-8?q?=E9=9A=8F=E6=9C=BA=E6=B8=B8=E8=B5=B0=20&=20ortools=20de?= =?UTF-8?q?mo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ordemo/channeling.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ordemo/channeling.py (limited to 'ordemo/channeling.py') diff --git a/ordemo/channeling.py b/ordemo/channeling.py new file mode 100644 index 0000000..b53e519 --- /dev/null +++ b/ordemo/channeling.py @@ -0,0 +1,4 @@ + +from ortools.sat.python import cp_model + +model = cp_model \ No newline at end of file -- cgit v1.2.3