Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_EMD_LP_LP_format_writer< VerticesAccessor, DistanceFunctor > Class Template Reference

Writing a LP problem using the LP format. More...

#include <Earth_mover_distance_LP_LP_format_writer.hpp>

Detailed Description

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

Writing a LP problem using the LP format.

Template Parameters
VerticesAccessorBase data structure defining the types and accessors, see Earth_mover_distance.hpp.