Skip to content

update tree.lb #44

@hannahtro

Description

@hannahtro

We currently have to set the lower bound in our callback:
tree.lb = min(minimum([prio[2][1] for prio in tree.node_queue]), tree.incumbent)
Otherwise tree.lb and tree.incumbent are not the same in the last iteration.

The lower bound should be updated in the optimize! loop directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions