We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bdc4e commit 904d153Copy full SHA for 904d153
1 file changed
README.md
@@ -54,15 +54,7 @@ This page includes both the API documentation and examples.
54
55
# How to contribute
56
57
-Please
58
-
59
-- First open an issue and share you idea
60
-- Discuss what is your purpose, what is the implementation details
61
-- Please provide tests from text books and any other problems that the result is known
62
-- Use methods of `solve()` function if possible. That requires defining a structure of the given problem
63
-- Define a struct to hold the solution
64
-- The solution may rely on linear programming or other efficient algorithms such like in the transportation problem
65
+Please read the page [Contributing](https://github.com/jbytecode/OperationsResearchModels.jl/blob/main/CONTRIBUTING.md) before contributing.
66
67
# Notes for the users
68
0 commit comments