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

Documentation
Pre-installed capacity installed on this link, which can be used for 
expansion planning problems or for allocation problems. This module 
also includes the cost associated with the pre-installed capacity.
A link with positive preinstalled capacity must be included in every
solution with at least that capacity. Additional capacity may be 
installed as specified by the additional modules.
            
Properties
This component is not nillable.

Model
<preInstalledModule>
(capacity ; cost)
</preInstalledModule>


Nested Element Summary
 capacity
           Defines the pre-installed capacity installed on this link.  
 cost
          The cost associated with the pre-installed link capacity. 
Source
<xs:element minOccurs="0" name="preInstalledModule">
<xs:complexType>
<xs:all>
<xs:element name="capacity">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="cost">
<xs:simpleType>
<xs:restriction base="xs:double">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


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