[sage-devel] Re: [sage-release] Sage 7.2.beta1 released

2016-03-28 Thread Vincent Delecroix
On 28/03/16 20:12, Dima Pasechnik wrote: On Monday, March 28, 2016 at 11:29:08 PM UTC+1, vdelecroix wrote: Yes I do. I see. Having plot code that is sensitive to the LP solver is bad. Is there already a ticket opened? I always maintained that the design when installation of a solver makes

[sage-devel] Re: [sage-release] Sage 7.2.beta1 released

2016-03-28 Thread Dima Pasechnik
On Monday, March 28, 2016 at 11:29:08 PM UTC+1, vdelecroix wrote: > > Yes I do. I see. Having plot code that is sensitive to the LP solver is > bad. Is there already a ticket opened? > I always maintained that the design when installation of a solver makes it default is bad, but to no

[sage-devel] Re: [sage-release] Sage 7.2.beta1 released

2016-03-28 Thread Vincent Delecroix
#20315 On 28/03/16 19:31, Vincent Delecroix wrote: Indeed, minimal failing example sage: L = Link([[2,1,4,5], [5,6,7,3], [6,4,1,9], [9,2,3,7]]) sage: L.plot() Traceback (most recent call last): ... MIPSolverException: 'CPLEX: The primal has no feasible solution' On 28/03/16 19:29, Vincent

[sage-devel] Re: [sage-release] Sage 7.2.beta1 released

2016-03-28 Thread Vincent Delecroix
Indeed, minimal failing example sage: L = Link([[2,1,4,5], [5,6,7,3], [6,4,1,9], [9,2,3,7]]) sage: L.plot() Traceback (most recent call last): ... MIPSolverException: 'CPLEX: The primal has no feasible solution' On 28/03/16 19:29, Vincent Delecroix wrote: Yes I do. I see. Having plot code that

[sage-devel] Re: [sage-release] Sage 7.2.beta1 released

2016-03-28 Thread Vincent Delecroix
Yes I do. I see. Having plot code that is sensitive to the LP solver is bad. Is there already a ticket opened? On 28/03/16 19:19, Volker Braun wrote: I take it you haev CPLEX installed... On Monday, March 28, 2016 at 11:20:01 PM UTC+2, vdelecroix wrote: Hello, I got problems building the

[sage-devel] Re: [sage-release] Sage 7.2.beta1 released

2016-03-28 Thread Volker Braun
I take it you haev CPLEX installed... On Monday, March 28, 2016 at 11:20:01 PM UTC+2, vdelecroix wrote: > > Hello, > > I got problems building the doc for "knots" (see attached log obtained > without parallel build). I am alone in that case? > > Vincent > > On 28/03/16 12:16, Volker Braun

[sage-devel] Re: [sage-release] Sage 7.2.beta1 released

2016-03-28 Thread Vincent Delecroix
Hello, I got problems building the doc for "knots" (see attached log obtained without parallel build). I am alone in that case? Vincent On 28/03/16 12:16, Volker Braun wrote: As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained