Closed jonreiter closed 5 years ago
Looks fine. Thanks for the pull request.
Note that in 73198087747362cff66bbd2c0c2c3fa02c4801fe I renamed GetMaxSeconds
to MaxSeconds
and GetMaxIterations
to MaxIterations
as per Effective Go's naming conventions.
adds wrappers for set/get max iterations and max seconds. along with tests. the wrappers work on any clpmodel while the tests run on just the simplex object.