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

Documentation
Defines the hop limit model (with or without hop limits). 
Admissible values of the element are:

INDIVIDUAL_HOP_LIMITS
Use only those admissible paths (either given by an explicit list 
or implicitly) which satisfy the hop limit specified for each demand.

IGNORE_HOP_LIMITS 
Ignore the hop limit specification of the demands, i.e., 
routing paths are not length-restricted.
            
Properties
This component is not nillable.

Model
<hopLimitModel>

</hopLimitModel>

Source
<xs:element name="hopLimitModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="INDIVIDUAL_HOP_LIMITS"/>
<xs:enumeration value="IGNORE_HOP_LIMITS"/>
</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.