Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97223 > unrolled thread

pypy - Gurobi solver library

Started byLJ <luisjosenovoa@gmail.com>
First post2015-09-29 18:58 -0700
Last post2015-09-30 07:59 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  pypy - Gurobi solver library LJ <luisjosenovoa@gmail.com> - 2015-09-29 18:58 -0700
    Re: pypy - Gurobi solver library Laura Creighton <lac@openend.se> - 2015-09-30 07:59 +0200

#97223 — pypy - Gurobi solver library

FromLJ <luisjosenovoa@gmail.com>
Date2015-09-29 18:58 -0700
Subjectpypy - Gurobi solver library
Message-ID<aed55ef1-bd30-4cd2-84cb-7bc115f53dfb@googlegroups.com>
Hi All,

I use gurobipy to model a large scale optimization problem. Is there a way to use pypy with the gurobipy library? Has anyone done this?

Thanks.

[toc] | [next] | [standalone]


#97236

FromLaura Creighton <lac@openend.se>
Date2015-09-30 07:59 +0200
Message-ID<mailman.261.1443592801.28679.python-list@python.org>
In reply to#97223
In a message of Tue, 29 Sep 2015 18:58:19 -0700, LJ writes:
>Hi All,
>
>I use gurobipy to model a large scale optimization problem. Is there a way to use pypy with the gurobipy library? Has anyone done this?
>
>Thanks.

I don't think so.  I think that gurobipy depends on having all of
numpy working, and pypy isn't there yet.  But you can ask this one
on pypy-dev@python.org in case there is somebody there who has
done such a thing.

Laura

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web