Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v92-bugfix' into v9-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed Mar 4, 2025
2 parents a9c9a0c + 4b7916a commit 79d65e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/LOP/src/genRandomLOPInstance.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ int main(int argc, char** argv)
fprintf(file, "%d ", getRandomInt(0, d, &seed));
fprintf(file, "\n");
}
fclose(file);

printf("Wrote random LOP instance to %s\n", argv[1]);
printf("Size: %d\n", n);
Expand Down

0 comments on commit 79d65e5

Please sign in to comment.