Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
SBL::CADS Namespace Reference

Typedefs

typedef T_Random_spanning_tree_property Random_spanning_tree_property
 

Enumerations

enum  EMD_LP_solver_enum { EMD_LP_solver_LP_SOLVE , EMD_LP_solver_COIN_OR_CLP }
 
enum  EMD_LP_format_enum { EMD_LP_format_MPS , EMD_LP_format_LP }
 
enum  EMD_algorithm_type { EMD_regular , EMD_star }
 
enum  EMD_edge_selection_strategy { EMD_min_cost , EMD_first_found }
 
enum  EMD_recursion_mode { EMD_no_recursion , EMD_coarse , EMD_refined }
 

Class Documentation

◆ SBL::CADS::T_EMD_LP_MPS_writer

class SBL::CADS::T_EMD_LP_MPS_writer

template<class VerticesAccessor, class DistanceFunctor>
class SBL::CADS::T_EMD_LP_MPS_writer< VerticesAccessor, DistanceFunctor >

Typedef Documentation

◆ Random_spanning_tree_property

Enumeration Type Documentation

◆ EMD_algorithm_type

Enumerator
EMD_regular 
EMD_star 

◆ EMD_edge_selection_strategy

Enumerator
EMD_min_cost 
EMD_first_found 

◆ EMD_LP_format_enum

Enumerator
EMD_LP_format_MPS 
EMD_LP_format_LP 

◆ EMD_LP_solver_enum

Enumerator
EMD_LP_solver_LP_SOLVE 
EMD_LP_solver_COIN_OR_CLP 

◆ EMD_recursion_mode

Enumerator
EMD_no_recursion 
EMD_coarse 
EMD_refined