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

this predicates returns true if there is a move with positive gain and the commit was successful More...

#include <local_search.hpp>

Public Member Functions

template<typename componentsAndSolution >
bool operator() (componentsAndSolution &compsAndSol) const
 operator() More...
 

Detailed Description

this predicates returns true if there is a move with positive gain and the commit was successful

Definition at line 46 of file local_search.hpp.

Member Function Documentation

template<typename componentsAndSolution >
bool paal::local_search::find_positive_predicate::operator() ( componentsAndSolution &  compsAndSol) const
inline

operator()

Template Parameters
componentsAndSolution
Parameters
compsAndSol
Returns
true after successful commit, false otherwise

Definition at line 57 of file local_search.hpp.


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