如何在使用for循环设置键时添加节点和边缘?

时间:2014-11-19 23:21:00

标签: python for-loop networkx

我是python的新手,我需要使用min_cost_flow来解决问题,我的问题可能看起来很简陋,但我想知道如何使用for循环来命名我的节点和边缘之类的东西:

for cp in range (1,50):
    G.add_node(cp, demand[cp-1])

1 个答案:

答案 0 :(得分:0)

我假设了一个需求列表,其中存储了要创建的节点的名称。这是执行此操作的代码:

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical"
android:id="@+id/list_view_textview">
</TextView>

附件是生成的图表。enter image description here