Skip to content

Commit 166f347

Browse files
committed
add acknowlegment
1 parent 5088940 commit 166f347

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

paper/paper.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bibliography: paper.bib
2020

2121
# Summary
2222

23-
`OperationsResearchModels.jl` is a Julia package [@julia] that offers comprehensive implementations for numerous topics typically covered in an Operations Research curriculum. Its primary objective during development was to serve academic and pedagogical purposes, providing a clear and accessible platform for learning and applying OR concepts. While not optimized for high-performance computing, the package leverages JuMP for its underlying mathematical modeling, which inherently provides a reasonable level of computational efficiency. This design allows the package to deliver a suite of functions that solve classical operations research problems with remarkable ease and consistency, simplifying the process for students and researchers alike.
23+
`OperationsResearchModels.jl` is a Julia package [@julia] that offers comprehensive implementations for numerous topics typically covered in an Operations Research (OR) curriculum. Its primary objective during development was to serve academic and pedagogical purposes, providing a clear and accessible platform for learning and applying OR concepts. While not optimized for high-performance computing, the package leverages JuMP for its underlying mathematical modeling, which inherently provides a reasonable level of computational efficiency. This design allows the package to deliver a suite of functions that solve classical operations research problems with remarkable ease and consistency, simplifying the process for students and researchers alike.
2424

2525
# Statement of Need
2626

@@ -32,8 +32,8 @@ Although the majority of computations are performed by the HiGHS optimizer [@HiG
3232

3333
# An Example
3434

35-
The example below defines a linear transportation problem with a given cost matrix
36-
for transportation cost between sources and targets, demand vector of targets, and
35+
The example below defines a linear transportation problem with a given matrix
36+
of transportation costs between sources and targets, demand vector of targets, and
3737
supply vector of sources.
3838

3939
```Julia
@@ -60,5 +60,6 @@ julia> result.solution
6060

6161
# Acknowledgements
6262

63+
Our deepest appreciation goes to the Julia core and package developers for creating such a powerful computational tool and supportive environment.
6364

6465
# References

0 commit comments

Comments
 (0)