Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Oct 16, 2024
1 parent fdba25c commit a6e8a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ OperationsResearchModels.travelingsalesman

## Simplex
```@docs
OperationsResearchModels.simplexiterations
OperationsResearchModels.createsimplexproblem
```

4 changes: 2 additions & 2 deletions src/OperationsResearchModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import .Latex: latex
import .Johnsons: JohnsonResult, johnsons, JohnsonException, makespan, johnsons_ga
import .RandomKeyGA: Chromosome, run_ga
import .TravelingSalesman: TravelinSalesmenResult, travelingsalesman
import .Simplex: SimplexProblem, simplexiterations
import .Simplex: SimplexProblem, simplexiterations, createsimplexproblem

export TransportationProblem, TransportationResult, balance, isbalanced, northwestcorner
export Connection, ShortestPathResult, MaximumFlowResult, nodes
Expand All @@ -76,7 +76,7 @@ export latex
export Chromosome, run_ga
export JohnsonResult, johnsons, JohnsonException, makespan, johnsons_ga
export TravelinSalesmenResult, travelingsalesman
export simplexiterations, SimplexProblem
export simplexiterations, SimplexProblem, createsimplexproblem

export JuMP, HiGHS

Expand Down

0 comments on commit a6e8a35

Please sign in to comment.