Skip to content
Snippets Groups Projects
Commit 0c7658a3 authored by Paul A. Rubin's avatar Paul A. Rubin
Browse files

Corrected an erroneous comment.

parent 6778ca96
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,7 @@ public final class MIPModel2 { ...@@ -31,8 +31,7 @@ public final class MIPModel2 {
// Model components. // Model components.
private final IloCplex mip; // the MIP model private final IloCplex mip; // the MIP model
private final IloIntVar[][] x; // x[i][j] = 1 if trans i & j are in the same private final IloIntVar[][] x; // x[i][j] = 1 if trans i is in cluster j
// cluster; x[i][i] = 1 if i anchors a cluster
private final IloIntVar[][] y; // y[i][j] = 1 if trans i & user j are private final IloIntVar[][] y; // y[i][j] = 1 if trans i & user j are
// in the same cluster // in the same cluster
private final IloNumVar[][] z; // z[i][j] is the objective contribution of private final IloNumVar[][] z; // z[i][j] is the objective contribution of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment