mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
modified resources.algorithm_schema.xsd to deal with initialThreshold
for SchrimpfAcceptance
This commit is contained in:
parent
8ab2a10afd
commit
deda983cc0
1 changed files with 5 additions and 1 deletions
|
|
@ -92,7 +92,11 @@
|
|||
<xs:complexType name="acceptorType">
|
||||
<xs:sequence>
|
||||
<xs:element name="alpha" type="xs:double" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="warmup" type="xs:double" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:choice>
|
||||
<xs:element name="warmup" type="xs:int" minOccurs="0" maxOccurs="1"/>
|
||||
<xs:element name="initialThreshold" type="xs:double" minOccurs="0" maxOccurs="1"/>
|
||||
</xs:choice>
|
||||
|
||||
</xs:sequence>
|
||||
<xs:attribute name="name">
|
||||
<xs:simpleType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue