Skip to content

Commit 0819807

Browse files
authored
Create CONTRIBUTING.md
1 parent d038440 commit 0819807

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Please
2+
3+
- First open an issue and share you idea
4+
- Discuss what is your purpose, what is the implementation details
5+
- Please provide tests from text books and any other problems that the result is known
6+
- Use methods of `solve()` function if possible. That requires defining a structure of the given problem
7+
- Define a struct to hold the solution
8+
- The solution may rely on linear programming or other efficient algorithms such like in the transportation problem

0 commit comments

Comments
 (0)