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

Default Iterative Rounding visitor. More...

#include <iterative_rounding.hpp>

Public Member Functions

template<typename Problem , typename LP >
void solve_lp (Problem &problem, LP &lp)
 Method called after (re)solving the LP.
 
template<typename Problem , typename LP >
void round_col (Problem &problem, LP &lp, lp::col_id col, double val)
 Method called after rounding a column of the LP.
 
template<typename Problem , typename LP >
void relax_row (Problem &problem, LP &lp, lp::row_id row)
 Method called after relaxing a row of the LP.
 

Detailed Description

Default Iterative Rounding visitor.

Definition at line 36 of file iterative_rounding.hpp.


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