Skip to content

Instantly share code, notes, and snippets.

@titowoche30
Created November 19, 2019 00:01
Show Gist options
  • Select an option

  • Save titowoche30/d03f43d92334cdf9eb6fd92a01338c8e to your computer and use it in GitHub Desktop.

Select an option

Save titowoche30/d03f43d92334cdf9eb6fd92a01338c8e to your computer and use it in GitHub Desktop.
#Cost Matrix cij
model.c = pyEnv.Param(model.N, model.M,initialize=lambda model, i, j: cost_matrix[i-1][j-1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment