Skip to content

Commit 7b2a2ad

Browse files
committed
update README
1 parent e3b507c commit 7b2a2ad

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ julia> Pkg.add("OperationsResearchModels")
3939
- [2-player zero-sum game solver](https://jbytecode.github.io/OperationsResearchModels.jl/dev/game/)
4040

4141

42+
# How to contribute
43+
44+
Please
45+
46+
- First open an issue and share you idea
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+
51+
4252
# Notes for the users
4353

4454
The package is implemented for mostly academic purposes. The implementations are not optimized for large-scale problems. The users are encouraged to use the package for educational purposes and small-scale problems.

0 commit comments

Comments
 (0)