File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -8,40 +8,48 @@ Private = false
88Pages = ["algorithm/core.jl"]
99```
1010
11- # Carrier Core
11+ # Carrier
1212
1313``` @autodocs
1414Modules = [DistributedResourceOptimization]
1515Private = false
1616Pages = ["carrier/core.jl"]
1717```
1818
19- # Mango Carrier
19+ ## Simple
2020
2121``` @autodocs
2222Modules = [DistributedResourceOptimization]
2323Private = false
24- Pages = ["carrier/mango .jl"]
24+ Pages = ["carrier/simple .jl"]
2525```
2626
27+ ## Mango
28+
29+ ``` @autodocs
30+ Modules = [DistributedResourceOptimization]
31+ Private = false
32+ Pages = ["carrier/mango.jl"]
33+ ```
2734
28- # ADMM Sharing
35+ # ADMM
36+ ## ADMM Sharing
2937
3038``` @autodocs
3139Modules = [DistributedResourceOptimization]
3240Private = false
3341Pages = ["algorithm/admm/sharing_admm.jl"]
3442```
3543
36- # ADMM Consensus
44+ ## ADMM Consensus
3745
3846``` @autodocs
3947Modules = [DistributedResourceOptimization]
4048Private = false
4149Pages = ["algorithm/admm/consensus_admm.jl"]
4250```
4351
44- # ADMM Flex
52+ ## ADMM Flex
4553
4654``` @autodocs
4755Modules = [DistributedResourceOptimization]
You can’t perform that action at this time.
0 commit comments