Applies To |
Web API.Rules |
|||||||||
Description |
Sets or gets an algorithm to be used for building a load. Two types – MaxVolumeFirst and Optimization algorithm are available. Please choose one based on the conditions of the cargoes and container/pallet. The default setting is Optimization. |
|||||||||
Syntax |
Property AlgorithmType As Web API.Rules.AlgorithmTypeEnum |
|||||||||
Remarks |
|
|||||||||
Data Type |
string as AlgorithmTypeEnum |
|||||||||
Example |
"rules": { "calculationType": "MixLoad", "algorithmType": "Optimization", "bestFitContainersSelectionType": "BestfitMaxLoadVolFirst", "fillDirection": "BottomToTop", "IsSpreadIdenticalCargoAllowed": true, "isWeightLimited": true, "isSafeStackingUsed": true, "minSupportRate": 75.0, "isUnitloadFirst": false } |