You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Johnson's Rule for Flow-Shop Scheduling](https://jbytecode.github.io/OperationsResearchModels.jl/dev/scheduling/#Johnson's-Rule-for-Flow-shop-Scheduling)
51
52
-[Flow-shop Scheduling using Permutation Encoded Genetic Algorithms (using a Random Key Genetic Algorithm)](https://jbytecode.github.io/OperationsResearchModels.jl/dev/scheduling/#Genetic-Algorithm-for-the-problems-that-cannot-be-solved-with-using-Johnson's-Rule)
52
53
-[Traveling Salesman with Random Key Genetic Algorithm](https://jbytecode.github.io/OperationsResearchModels.jl/dev/travelingsalesman/)
53
54
-[Simplex Method with Real Valued Decision Variables](https://jbytecode.github.io/OperationsResearchModels.jl/dev/simplex/)
54
55
-[2-player zero-sum game solver](https://jbytecode.github.io/OperationsResearchModels.jl/dev/game/)
Please use the citation info below if you use this package in your work. If you use a tex distribution you can cite with the bibtex entry
61
+
62
+
```bibtex
63
+
@article{Satman2025,
64
+
doi = {10.21105/joss.08592},
65
+
url = {https://doi.org/10.21105/joss.08592},
66
+
year = {2025},
67
+
publisher = {The Open Journal},
68
+
volume = {10},
69
+
number = {113},
70
+
pages = {8592},
71
+
author = {Satman, Mehmet Hakan},
72
+
title = {OperationsResearchModels.jl: A Julia package for operations research models},
73
+
journal = {Journal of Open Source Software}
74
+
}
75
+
```
76
+
77
+
or within text editors:
78
+
79
+
> Satman, M. H., (2025). OperationsResearchModels.jl: A Julia package for operations research models. Journal of Open Source Software, 10(113), 8592, https://doi.org/10.21105/joss.08592
80
+
81
+
82
+
This package is also used as the major package in Turkish book `Julia ile Yöneylem Araştırması`.
83
+
This book is freely available at https://www.inetd.org.tr/julia-ile-yoneylem-arastirmasi/ and can be cited using the bibtex entry
84
+
85
+
```bibtex
86
+
@book{satman2026julia,
87
+
title={Julia ile Yöneylem Araştırması},
88
+
author={Satman, Mehmet Hakan},
89
+
year={2026},
90
+
publisher={INETD - Internet Teknolojileri Dernegi},
91
+
isbn={978-625-96238-1-8},
92
+
doi={10.5281/zenodo.18460309},
93
+
url={https://doi.org/10.5281/zenodo.18460309}
94
+
}
95
+
```
96
+
97
+
or within text editors:
98
+
99
+
> Satman, M. H. (2026). Julia ile Yöneylem Araştırması. INETD – Internet Teknolojileri Dernegi. https://doi.org/10.5281/zenodo.18460309
0 commit comments