Skip to content

Commit 54557c7

Browse files
authored
Update and rename Set-Covering-Problem.c to SetCoveringProblem.c
1 parent d3ec175 commit 54557c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#include "genlib.h"
33
#include "simpio.h"
44
//afairese = remove
5-
// red checks if universe is already in resault
6-
// yellow checks if universe is already traversed
5+
//red checks if universe is already in resault
6+
//yellow checks if universe is already traversed
77
void afairesi(int a,int b,int pl,int number,int table[pl][number],int arxikoCount[pl],int uncoveredCount[pl],int metablitoCount[pl],int col_table[number],int keep);
88
bool check(int pl,int uncoveredCount[pl]);
99
bool red(int keep,int k,int pl,int number,int table[pl][number],int arxikoCount[pl],int uncoveredCount[pl],int metabalomenoCount[pl],int col_table[number]);

0 commit comments

Comments
 (0)