18#include "gtest/gtest.h" 
   24  return testing::AnyOf(
 
   26      testing::MatchesRegex(
 
   27          R
"regexp(\n*-+\nWarning: your license will expire in [0-9]+ days\n-+\n+)regexp")); 
 
   31    const bool is_gurobi) {
 
 
In SWIG mode, we don't want anything besides these top-level includes.
 
testing::Matcher< std::string > EmptyOrGurobiLicenseWarning()
 
testing::Matcher< std::string > EmptyOrGurobiLicenseWarningIfGurobi(const bool is_gurobi)