procedure minSourcesAndReverts(sample) {
stdoptions.groundwithbounds=false
- stdoptions.symmetrybreaking='static'
+ stdoptions.symmetrybreaking="static"
stdoptions.cpsupport=true
addClasses(sample)
return minimize(T3, sample, TotalCost)[1]
procedure check(sample) {
stdoptions.groundwithbounds=false
- stdoptions.symmetrybreaking='static'
+ stdoptions.symmetrybreaking="static"
idpintern.setvocabulary(sample,V1)
return onemodel(T1,sample)
}
procedure minSources(sample) {
stdoptions.groundwithbounds=false
- stdoptions.symmetrybreaking='static'
+ stdoptions.symmetrybreaking="static"
idpintern.setvocabulary(sample,V2)
return minimize(T2, sample, NbOfSources)[1]
}