alain
alain
This PR still misses the correct parameters for the first step of the solving. Moreover, some additional information is required for the return values.
Indeed, I will update the PR with those changes.
Hi, here is an update on this PR. I added the return values and parameters for both simplex and intopt algorithms. I added a test for the simplex algorithm for...
Hi, I added a test for the mip_gap parameter. The PR should be ready for review. Tell me if you want me to add some testing for other parameters.
Thanks for investigating. I was afraid to use tol_int and tol_gap params since it indicated "modify only if you know what you do" in the documentation. It's still pretty strange...
The problem of the expr matches constructor is the same as x with pattern Some of y for the condition; You cannot access it inside the definition, hence you need...