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

Documentation
Defines the objective function model. 
Admissible values of the element are:

MINIMIZE_TOTAL_COST
Minimize total network cost, which is the sum of link capacity
cost, fixed-charge cost, routing cost, and (from Version 2.0 on) 
hardware cost.
         
Properties
This component is not nillable.

Model
<objectiveModel>

</objectiveModel>

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