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
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
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/
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'
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
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