http://sndlib.zib.de/model
element routingModel

Documentation
Defines the routing model (continuous / integer / single-path). 
Admissible values of the element are:

CONTINUOUS 
Any fraction of a demand can be carried on any admissible 
path for the demand. A bifurcated routing is allowed. 

INTEGER 
Integer multiples of the routing unit of a demand can 
be routed on any admissible path for the demand. 
A bifurcated routing is allowed. 

SINGLE_PATH 
Each demand must be completely routed over a single admissible path. 

OSPF_SINGLE_PATH 
Planned for a later version.

OSPF_EQUAL_SPLIT_PATH 
Planned for a later version.
            
Properties
This component is not nillable.

Model
<routingModel>

</routingModel>

Source
<xs:element name="routingModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="CONTINUOUS"/>
<xs:enumeration value="INTEGER"/>
<xs:enumeration value="SINGLE_PATH"/>
<xs:enumeration value="OSPF_SINGLE_PATH"/>
<xs:enumeration value="OSPF_EQUAL_SPLIT_PATH"/>
</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.