Skip to content

Commit 872558e

Browse files
committed
TODO Update
1 parent bd9681c commit 872558e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ int check1(Sol *temp, Instances *in)
211211
{
212212
int c, q, i;
213213
int p1=0;
214+
//TODO: aggiungere fattore di scalamento
214215

215-
for (c=0; c<in->C; c++) {
216+
for (c=0; c<in->C; c++) { //TODO: eventualmente da riscrivere usando Yc
216217
for (q=0; q<in->Q; q++) {
217218
if (temp->Xcq[c][q] == 1) {
218219
for (i=0; i<in->I; i++) {

0 commit comments

Comments
 (0)