|
@@ -18,6 +18,16 @@
|
|
|
</designVariable>
|
|
|
</#list>
|
|
|
</designVariables>
|
|
|
+ <constraints>
|
|
|
+ <#list vo.constraints as b>
|
|
|
+ <constraint uID="${b.uID}">
|
|
|
+ <name>${b.name}</name>
|
|
|
+ <value>${b.value}</value>
|
|
|
+ <lower>${b.lower}</lower>
|
|
|
+ <upper>${b.upper}</upper>
|
|
|
+ </constraint>
|
|
|
+ </#list>
|
|
|
+ </constraints>
|
|
|
<objectives>
|
|
|
<#list vo.objectives as b>
|
|
|
<objective uID="${b.uID}">
|
|
@@ -28,16 +38,6 @@
|
|
|
</objective>
|
|
|
</#list>
|
|
|
</objectives>
|
|
|
- <constraints>
|
|
|
- <#list vo.constraints as b>
|
|
|
- <constraint uID="${b.uID}">
|
|
|
- <name>${b.name}</name>
|
|
|
- <value>${b.value}</value>
|
|
|
- <lower>${b.lower}</lower>
|
|
|
- <upper>${b.upper}</upper>
|
|
|
- </constraint>
|
|
|
- </#list>
|
|
|
- </constraints>
|
|
|
</problem>
|
|
|
<optimizers>
|
|
|
<optimizer uID="optimizer3">
|