Skip to content

Commit

Permalink
Minors.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKrantz committed Mar 17, 2024
1 parent 910d879 commit 9282a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand Down

0 comments on commit 9282a01

Please sign in to comment.