idol
A C++ Framework for Optimization
Loading...
Searching...
No Matches
idol::Utils::ExportBranchAndBoundTreeToCSV< NodeInfoT > Class Template Reference
Inheritance diagram for idol::Utils::ExportBranchAndBoundTreeToCSV< NodeInfoT >:
Inheritance graph
Collaboration diagram for idol::Utils::ExportBranchAndBoundTreeToCSV< NodeInfoT >:
Collaboration graph

Classes

class  Strategy
 

Public Member Functions

 ExportBranchAndBoundTreeToCSV (std::string t_filename)
 
BranchAndBoundCallback< NodeInfoT > * operator() () override
 
BranchAndBoundCallbackFactory< NodeInfoT > * clone () const override
 

Detailed Description

template<class NodeInfoT = idol::DefaultNodeInfo>
class idol::Utils::ExportBranchAndBoundTreeToCSV< NodeInfoT >

Definition at line 20 of file ExportBranchAndBoundTreeToCSV.h.

Constructor & Destructor Documentation

◆ ExportBranchAndBoundTreeToCSV()

template<class NodeInfoT >
idol::Utils::ExportBranchAndBoundTreeToCSV< NodeInfoT >::ExportBranchAndBoundTreeToCSV ( std::string  t_filename)
explicit

Definition at line 39 of file ExportBranchAndBoundTreeToCSV.h.

Member Function Documentation

◆ clone()

template<class NodeInfoT >
idol::BranchAndBoundCallbackFactory< NodeInfoT > * idol::Utils::ExportBranchAndBoundTreeToCSV< NodeInfoT >::clone ( ) const
overridevirtual

◆ operator()()

template<class NodeInfoT >
idol::BranchAndBoundCallback< NodeInfoT > * idol::Utils::ExportBranchAndBoundTreeToCSV< NodeInfoT >::operator() ( )
overridevirtual