From 9282a0165ca806820827e6a1af7a9f6826a0dcbc Mon Sep 17 00:00:00 2001 From: Sebastian Krantz Date: Sun, 17 Mar 2024 09:50:16 +0000 Subject: [PATCH] Minors. --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 33a9341..84a8f35 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -19,7 +19,7 @@ a simplified interface and only exports key functions, while retaining full flex **Compute Optimal Network + Refine Solution in Non-Convex Cases** `optimal_network()` - Compute optimal network given parameters and graph\n -`annealing()` - Refine solution using simulated annealing in non-convex cases (automatically called in optimal_network() if param[:annealing] == true))\n +`annealing()` - Refine solution using simulated annealing in non-convex cases (automatically called in `optimal_network()` if `param[:annealing] == true`)\n **Plot Graph (Incl. Network Solution)**