Re: [jgrapht-users] Limited edges number?
Brought to you by:
barak_naveh,
perfecthash
From: H.N. de R. <hnr...@gr...> - 2015-01-18 08:34:03
|
On Fri, Jan 16, 2015 at 03:07:20PM +0100, Bartek Borucki wrote: > I've creating an Android project using JgraphT. It works fine except one > thing, why can't I add more than 50 edges to WightedGraph like this: > defaultWeightedEdge = (DefaultWeightedEdge) graph.addEdge(fromNode, > toNode); ? Out of memory maybe? What's the error and what does your code look like? -- Information System on Graph Classes and their Inclusions (ISGCI) http://www.graphclasses.org |