10 lines
174 B
C
Executable file
10 lines
174 B
C
Executable file
#include <stdbool.h>
|
|
|
|
void row_dominance(
|
|
int p_pichart[],
|
|
int p_implicants[],
|
|
int *p_ck,
|
|
int pirows,
|
|
unsigned int *foundPI,
|
|
int ninputs
|
|
);
|