[jgrapht-users] Limited edges number?
Brought to you by:
barak_naveh,
perfecthash
From: Bartek B. <bor...@gm...> - 2015-01-16 14:07:28
|
Hi, 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); ? Thanks in advance for all replies. Bartek |