| 168 | MeritMaxAFC::MeritMaxAFC(Space&, MeritMaxAFC& m) |
| 169 | : iafc(m.iafc), bafc(m.bafc) {} |
| 170 | forceinline double |
| 171 | MeritMaxAFC::operator ()(Int::IntView x, int) const { |
| 172 | return x.afc(); |
| 173 | } |
| 174 | forceinline double |
| 175 | MeritMaxAFC::operator ()(Int::BoolView x, int) const { |
| 176 | return x.afc(); |