#include <stdio.h>#include <stdlib.h>#include <assert.h>Functions | |
| int | main (int, char *argv[]) | 
| int main | ( | int | , | |
| char * | argv[] | |||
| ) | 
Synopsis: check_1dpart <instance_file> <proc_num> < <cut_point_file> cut_point_file: read on the standard input cut points c_1, c_2, c_3, ... instance_file: Begins with a line with number of tasks and the rest contains 1 task load per line. Calculates the bottleneck of a given instance an cut points
| argc | ||
| argv | 
 1.7.1