9 #ifndef IMPMULTIFIT_PATH_READER_WRITER_H
10 #define IMPMULTIFIT_PATH_READER_WRITER_H
12 #include <IMP/multifit/multifit_config.h>
15 IMPMULTIFIT_BEGIN_NAMESPACE
25 void write_paths(
const IntsList &paths,
const std::string &txt_filename);
27 IMPMULTIFIT_END_NAMESPACE
IMP::Vector< Ints > IntsList
Standard way to pass a bunch of Ints values.
IntsList read_paths(const char *txt_filename, int max_paths=INT_MAX)
Read paths.
Sample best solutions using Domino.