We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2a2ad commit 803a368Copy full SHA for 803a368
1 file changed
README.md
@@ -47,6 +47,8 @@ Please
47
- Discuss what is your purpose, what is the implementation details
48
- Please provide tests from text books and any other problems that the result is known
49
- Use methods of `solve()` function if possible. That requires defining a structure of the given problem
50
+- Define a struct to hold the solution
51
+- The solution may rely on linear programming or other efficient algorithms such like in the transportation problem
52
53
54
# Notes for the users
0 commit comments