Enum HistoryCosts
How to update the pseudo cost for a global entity when a strong branch or a regular branch is applied.
Namespace: OPTANO.Modeling.Optimization.Solver.FicoXpress79.ConfigurationEnums
Assembly: Optimization.Solver.FicoXpress79.dll
Syntax
public enum HistoryCosts
Fields
| Name | Description |
|---|---|
| Automatic | Automatically determined. |
| NoUpdate | No update. |
| OnlyRegularBranches | Initialize using only regular branches from the root to the current node. |
| StrongAndRegularBranches | Same as OnlyRegularBranches, but initialize with strong branching results as well. |
| UseAllBranches | Initialize using any regular branching or strong branching information from all nodes solves before the current node. |