All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::local_search::n_queens_commit Struct Reference

n_queens_commit functor More...

#include <n_queens_components.hpp>

Public Member Functions

template<typename Solution >
bool operator() (Solution &sol, Move move) const
 Operator swaps elements of the solution range. More...
 

Detailed Description

n_queens_commit functor

Definition at line 75 of file n_queens_components.hpp.

Member Function Documentation

template<typename Solution >
bool paal::local_search::n_queens_commit::operator() ( Solution &  sol,
Move  move 
) const
inline

Operator swaps elements of the solution range.

Parameters
sol
move

Definition at line 83 of file n_queens_components.hpp.


The documentation for this struct was generated from the following file: