From d9b3acc218fd9881d26376383314d28d2967b0df Mon Sep 17 00:00:00 2001 From: KmolYuan Date: Sun, 12 Dec 2021 14:21:12 +0800 Subject: [PATCH] Update readme. --- cython/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cython/README.md b/cython/README.md index 813f1129..490a9675 100644 --- a/cython/README.md +++ b/cython/README.md @@ -37,7 +37,7 @@ else: ... ``` -Solver can also be serialized and copied. +Solver can also be serialized and copied, but can not modify or undo last step. ```python import pickle