libDAI
libDAI copied to clipboard
A free and open source C++ library for Discrete Approximate Inference in graphical models
In the makefile, " BOOSTLIBS_PO=-lboost_program_options-mt BOOSTLIBS_UTF=-lboost_unit_test_framework-mt " should be changed to " BOOSTLIBS_PO=-lboost_program_options BOOSTLIBS_UTF=-lboost_unit_test_framework " for the current version of boost. Details can be found at https://askubuntu.com/questions/486006/cannot-find-boost-thread-mt-library.
I was looking to write python wrappers for libDAI for my personal use. I just wanted to ask whether it is being maintained or not ?
/usr/local/include/boost/lexical_cast.hpp:2371:34: error: excess elements in scalar initializer ...interpreter_type interpreter(buf, buf + stream_trait::len_t::value + 1); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/boost/lexical_cast.hpp:2543:29: note: in instantiation of member function 'boost::detail::lexical_cast_do_cast::lexical_cast_impl' requested here return caster_type::lexical_cast_impl(arg); ^ I...