CANDIDATELIST Struct Reference
Detailed Description
A struct acting as a fixed list of candidates
Definition at line 1576 of file branch_lookahead.c.
Data Fields | |
CANDIDATE ** | candidates |
int | ncandidates |
Field Documentation
◆ candidates
CANDIDATE** CANDIDATELIST::candidates |
the array of candidates
Definition at line 1578 of file branch_lookahead.c.
Referenced by candidateListKeep(), ensureScoresPresent(), filterCandidates(), getFSBResult(), selectVarRecursive(), and sortFirstCandidatesByScore().
◆ ncandidates
int CANDIDATELIST::ncandidates |
the number of actual entries in candidates (without trailing NULLs); this is NOT the length of the candidates array, but the number of candidates in it
Definition at line 1579 of file branch_lookahead.c.
Referenced by candidateListFree(), candidateListKeep(), ensureScoresPresent(), executeBranchingRecursive(), filterCandidates(), getFSBResult(), selectVarRecursive(), and sortFirstCandidatesByScore().