We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b365987 commit e9ee0f2Copy full SHA for e9ee0f2
CHANGELOG.md
@@ -1,9 +1,12 @@
1
-### 0.2.5 (Upcoming Release)
+### 0.2.6 (Upcoming Release)
2
+
3
4
+### 0.2.5
5
6
- Add new tests for CPM
7
- Feed an initial feasible solution (with North-West Corner Method) to a Transportation Problem. That makes it 10x faster
8
- Implement least cost method for constructing a feasible initial solution to the transportation problems.
-
9
+- Update documentation
10
11
### 0.2.4
12
Project.toml
@@ -1,7 +1,7 @@
name = "OperationsResearchModels"
uuid = "8042aa49-e599-49ec-a8f7-b5b80cc82a88"
authors = ["Mehmet Hakan Satman <[email protected]>"]
-version = "0.2.4"
+version = "0.2.5"
[deps]
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
0 commit comments