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

Documentation
Defines the admissible path model (explicit path list or all paths). 
Admissible values of the element are:

ALL_PATHS 
For each demand, all paths satisfying the hop limits
can be used. Any explicit list of admissible paths is ignored. 

EXPLICIT_LIST 
For each demand an explicit list of admissible paths must 
be specified. Only these paths are admissible (provided that they
satisfy the given hop limits).
            
Properties
This component is not nillable.

Model
<admissiblePathModel>

</admissiblePathModel>

Source
<xs:element name="admissiblePathModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ALL_PATHS"/>
<xs:enumeration value="EXPLICIT_LIST"/>
</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.