public class FindMinMax extends Object
| Constructor and Description |
|---|
FindMinMax() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkLMConstraints(CustomModel baseModel,
CustomModel queryModel,
EncodedValueLookup lookup)
This method throws an exception when this CustomModel would decrease the edge weight compared to the specified
baseModel as in such a case the optimality of A* with landmarks can no longer be guaranteed (as the preparation
is based on baseModel).
|
public static void checkLMConstraints(CustomModel baseModel, CustomModel queryModel, EncodedValueLookup lookup)
Copyright © 2012–2022. All rights reserved.