summaryrefslogtreecommitdiff
path: root/ordemo/channeling.py
diff options
context:
space:
mode:
authorzhang <zch921005@126.com>2022-01-23 12:42:38 +0800
committerzhang <zch921005@126.com>2022-01-23 12:42:38 +0800
commit6f68e1818229e0d2dad760062e6b5bb137b88f5b (patch)
tree55ec8ad3f340d7a9d276b2e17641b8a9c1c52ae3 /ordemo/channeling.py
parent0451d59752f3b61a6f6dfdb56d1f431083be4c7d (diff)
随机游走 & ortools demo
Diffstat (limited to 'ordemo/channeling.py')
-rw-r--r--ordemo/channeling.py4
1 files changed, 4 insertions, 0 deletions
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