Closed josherrickson closed 2 years ago
> MaxClique(s, t, n, 1) [[1]] [1] 3 [[2]] [1] 1 2 3
Input check on algorithm to ensure is.character().
algorithm
is.character()
See above commit for a way to check. Probably want to move that check into check_graphs.R (and renamed to check_input.R?) to standardize.
check_graphs.R
check_input.R
Input check on
algorithm
to ensureis.character()
.