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

#include <generalised_assignment.hpp>

Public Member Functions

template<typename Problem , typename LP >
bool operator() (Problem &problem, const LP &lp, lp::row_id row)
 

Detailed Description

Relax Condition of the IR Generalised Assignment algorithm.

Definition at line 31 of file generalised_assignment.hpp.

Member Function Documentation

template<typename Problem , typename LP >
bool paal::ir::ga_relax_condition::operator() ( Problem &  problem,
const LP lp,
lp::row_id  row 
)
inline

Checks if a given row of the LP corresponds to a machine and can be relaxed.

Definition at line 37 of file generalised_assignment.hpp.


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