1#ifndef CYCLUS_SRC_CYC_STD_H_
2#define CYCLUS_SRC_CYC_STD_H_
14 return x.second <
y.second;
20template <
typename Map>
22 return lhs.size() ==
rhs.size()
23 && std::equal(
lhs.begin(),
lhs.end(),
rhs.begin());
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
bool map_compare(Map const &lhs, Map const &rhs)
T OptionalQuery(InfileTree *tree, std::string query, T default_val)
a query method for optional parameters
a less-than comparison for pairs
bool operator()(const T &x, const T &y) const