You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[2-player zero-sum game solver](https://jbytecode.github.io/OperationsResearchModels.jl/dev/game/)
40
40
41
41
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
+
42
52
# Notes for the users
43
53
44
54
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