In a message of Tue, 24 Nov 2015 15:35:26 -0500, Luis José Novoa writes:
>Hi Maciej,
>
>Thanks for your reply. The problem is that Im using gurobipy (for the
>interaction with the mathematical programming solver Gurobi) to solve a
>master problem and then using the output to solve the subproblems. Now,
>gurobipy is not compatible wiith PyPy.

You've tried and it doesn't work?  Gorobipy wants numpy in order
to work, but the question is _how much numpy_?  If you are lucky,
the parts it needs are already in pypy's numpy support.

Laura

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to