public interface CandidateGenerator
| Modifier and Type | Method and Description |
|---|---|
BooleanMatrix |
generateCandidates(BooleanMatrix a,
int dimension)
Generates candidates from the original matrix
|
BooleanMatrix generateCandidates(BooleanMatrix a, int dimension)
a - original matrixdimension - number of basis rows (not used by most implementations)Copyright © 2015. All rights reserved.