http://sndlib.zib.de/network
element cost

Documentation
The cost associated with the pre-installed link capacity.
Note that this is a constant term included in the cost of every 
feasible solution, which is only included for the sake of completeness
to get the total network cost in expansion planning problems.
                  
Properties
This component is not nillable.

Model
<cost>

</cost>

Source
<xs:element name="cost">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.