Skip to content

Commit

Permalink
Fix constraint on bandwidth #9
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-m committed Feb 23, 2012
1 parent 43bd3db commit 9bb0951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constraint_generation.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int generate_constraints(PSLProblem *problem, abstract_solver &solver, abstract_
//bandwidth passing through the link
setPC.setVarType(true);
solver.new_constraint();
// TODO l->forEachPath();
l->forEachPath(setPC);
solver.add_constraint_leq(l->getBandwidth());

///////////
Expand Down

0 comments on commit 9bb0951

Please sign in to comment.