[sage-support] Re: Sage crash report

2016-08-14 Thread leif
Dima Pasechnik wrote: > it is also ipython 5.0, which, as we know, is problematic. But -- perhaps surprisingly, the error /here/ is unrelated to IPython. I guess it's Sage 7.4.beta0 though. -leif -- You received this message because you are subscribed to the Google Groups "sage-support" gro

[sage-support] Re: Sage crash report

2016-08-14 Thread Dima Pasechnik
it is also ipython 5.0, which, as we know, is problematic. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to

[sage-support] Re: Sage crash report

2016-08-14 Thread leif
sebastian bach wrote: > I don't know how to fix this > > *** > > IPython post-mortem report > > {'commit_hash': u'', > 'commit_source': '(none found)', > 'default_encoding': 'UTF-8', > 'ipython_path': '/usr/lib/python2.7/

[sage-support] Sage crash report

2016-08-14 Thread sebastian bach
I don't know how to fix this *** IPython post-mortem report {'commit_hash': u'', 'commit_source': '(none found)', 'default_encoding': 'UTF-8', 'ipython_path': '/usr/lib/python2.7/site-packages/IPython', 'ipython_version'

[sage-support] Re: Minimum Diameter Spanning Subgraph

2016-08-14 Thread Dima Pasechnik
On Sunday, August 14, 2016 at 3:49:03 PM UTC+1, aida wrote: > > Hello! > Does anybody sees where is the probleme with this code: > > # Weights w and parameter B are given > def MinDiameterSpanningSubgraph(G, B): > > > # ILP returns minimum diameter in a spanning subgraph > I = M

[sage-support] Minimum Diameter Spanning Subgraph

2016-08-14 Thread aida
Hello! Does anybody sees where is the probleme with this code: # Weights w and parameter B are given def MinDiameterSpanningSubgraph(G, B): # ILP returns minimum diameter in a spanning subgraph I = MixedIntegerLinearProgram(maximization = False) # This part tells us if the ed