38 #include <boost/lexical_cast.hpp>
39 #include <boost/format.hpp>
43 namespace SolverUtils {
49 const std::string&
name,
50 const std::string& value)
52 l.push_back(std::make_pair(
name, value));
58 const std::string&
name,
61 l.push_back(std::make_pair(
name, boost::lexical_cast<std::string>(value)));
67 const std::string&
name,
70 l.push_back(std::make_pair(
std::vector< std::pair< std::string, std::string > > SummaryList
void AddSummaryItem(SummaryList &l, const std::string &name, const std::string &value)
Adds a summary item to the summary info list.
The above copyright notice and this permission notice shall be included.