Skip to content

Commit

Permalink
update documentation of simplex
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytecode committed Oct 16, 2024
1 parent f479d6c commit fdba25c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.Simplex.simplexiterations
OperationsResearchModels.simplexiterations
```

2 changes: 2 additions & 0 deletions src/OperationsResearchModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +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

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

export JuMP, HiGHS

Expand Down

0 comments on commit fdba25c

Please sign in to comment.