Skip to content

[RFC] Cut interface #9

@blegat

Description

@blegat

An AbstractNode must implements getoptimalitycut and getfeasibilitycut.

  • getoptimalitycut must returns a MinFunCut (do you prefer UBFunCut ?) (θ ≦ ⟨a, x⟩ + β) or a MaxFunCut (do you prefer LBFunCut ?) (θ ≧ ⟨a, x⟩ + β).
  • getfeasibilitycut must returns a LBCut (⟨a, x⟩ ≧ β) or a UBCut (⟨a, x⟩ ≦ β).
    The 4 cut types will be defined in CutPruners. What do you think ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions