Skip to content

Commit

Permalink
Add run script for bin_packing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Binkowski committed Jan 23, 2022
1 parent 44a0ecb commit e5a8fcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin_packing/bin_packing.run
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
option solver cplex;
reset;
model bin_packing.mod;
data data_bpp.dat;
solve;

display bin_assignment;
File renamed without changes.

0 comments on commit e5a8fcd

Please sign in to comment.