-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
An AbstractNode must implements getoptimalitycut and getfeasibilitycut.
getoptimalitycutmust returns aMinFunCut(do you preferUBFunCut?) (θ ≦ ⟨a, x⟩ + β) or aMaxFunCut(do you preferLBFunCut?) (θ ≧ ⟨a, x⟩ + β).getfeasibilitycutmust returns aLBCut(⟨a, x⟩ ≧ β) or aUBCut(⟨a, x⟩ ≦ β).
The 4 cut types will be defined inCutPruners. What do you think ?
Metadata
Metadata
Assignees
Labels
No labels