Skip to content

Issue in Notebook: Beyond_Linear_Programming #6

Description

@guglielmosanchini

In jupyter/Beyond_Linear_Programming.ipynb, line 6 of cell [5] should be in cell [7], which is wrong.

Then, between cell [4] and [5], wrong lines have been pasted from the previous notebook (desk and cell phones).

Then, to respect the graph, in a cell [5] these two lines should be added:

for node in [(1, 4), (2, 3)]:
    tm.add_constraint(x[node] == 0)

or something similar to explicitly avoid those arcs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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