Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 463 Bytes

File metadata and controls

8 lines (7 loc) · 463 Bytes

Please

  • First open an issue and share you idea
  • Discuss what is your purpose, what is the implementation details
  • Please provide tests from text books and any other problems that the result is known
  • Use methods of solve() function if possible. That requires defining a structure of the given problem
  • Define a struct to hold the solution
  • The solution may rely on linear programming or other efficient algorithms such like in the transportation problem