File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,13 @@ makedocs(;
3131 pages= [
3232 " Home" => " index.md" ,
3333 " Tutorials" => [
34- " Independent Set Problem" => " tutorials/IndependentSet.md" ,
35- " Max-Cut Problem" => " tutorials/MaxCut.md" ,
36- " Other Problems" => " tutorials/Others.md" ,
34+ " Independent set problem" => " tutorials/Independence.md" ,
35+ " Maximal independent set problem" => " tutorials/MaximalIndependence.md" ,
36+ " Cutting problem" => " tutorials/MaxCut.md" ,
37+ " Matching problem" => " tutorials/Coloring.md" ,
38+ " Binary paint shop problem" => " tutorials/PaintShop.md" ,
39+ " Coloring problem" => " tutorials/Coloring.md" ,
40+ " Other problems" => " tutorials/Others.md" ,
3741 ],
3842 " References" => " ref.md" ,
3943 ],
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments