Skip to content

Commit

Permalink
disable the optimzation about inplace
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen8838 committed Jan 10, 2025
1 parent da07884 commit ba23d65
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ public void ScheduleBuffers()
}
}

#if false
// process inplace buffer.
foreach (var (k, (x, y)) in rectangles)
{
Expand All @@ -277,6 +278,7 @@ public void ScheduleBuffers()
}
}
}
#endif

var solver = new CpSolver();
var status = solver.Solve(model);
Expand Down

0 comments on commit ba23d65

Please sign in to comment.