From 1ecdedfbf01bf101e427723e3d325702fefb3471 Mon Sep 17 00:00:00 2001 From: ShenMian Date: Thu, 4 Jul 2024 19:24:04 +0100 Subject: [PATCH] docs(solver): update lower bound display description --- docs/solver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/solver.md b/docs/solver.md index 33b2d15..3eaceb9 100644 --- a/docs/solver.md +++ b/docs/solver.md @@ -40,7 +40,7 @@ Time limit: 10 seconds. Supports visualizing the automatic solution process. This feature can be used to intuitively view the working status of the solver. -- Displays the optimal state obtained by the current solver. -- Display the lower bound as a heat map. +- Display the best state found by the solver. +- Display the lower bounds as a heat map.