5#ifndef CYCLUS_SRC_COIN_HELPERS_H_
6#define CYCLUS_SRC_COIN_HELPERS_H_
8#include "OsiSolverInterface.hpp"
22int differentAgent(OsiSolverInterface & lhs, OsiSolverInterface & rhs,
23 bool ignoreNames =
true);
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
int differentAgent(OsiSolverInterface &lhs, OsiSolverInterface &rhs, bool)