I just replace the second one with sage -f python3 and it worked for me!
On Saturday, February 1, 2020 at 6:25:43 AM UTC-8, Albert Zeyer wrote:
>
> I get the same error with the latest Sage, downloaded for MacOSX from the
> website.
>
> Is this still the way to go? I really want to use Python 3 t
Hi,
I am trying to solve MILP using Sage. Problem is if there is no solution
it gives an error. Instead of an error, I want to change constraints
(like if initial max=100 which does not give solution, new max=101 which
may give solution)
and run the solver automatically.
p = MixedIntegerLinearP