#include <NChooseKBitset.hpp>
Inheritance diagram for NChooseKBitsetExternal< Caller, N0 >:
Public Member Functions | |
| NChooseKBitsetExternal (Caller &c) | |
| Default constructor. | |
| virtual bool | constraint (const bitset< N0 > &x) |
| Constraint function. | |
The template argument must implement the constraint function.
| NChooseKBitsetExternal< Caller, N0 >::NChooseKBitsetExternal | ( | Caller & | c | ) | [inline] |
Default constructor.
| c | Reference to object of type Caller that has the constraint() function. |
| virtual bool NChooseKBitsetExternal< Caller, N0 >::constraint | ( | const bitset< N0 > & | x | ) | [inline, virtual] |
Constraint function.
| x | Candidate to check agains constraint. |
Reimplemented from NChooseKBitset< N0 >.
1.4.7