Home
last modified time | relevance | path

Searched refs:OA_CUT_GENERATED (Results 1 – 4 of 4) sorted by relevance

/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/interfaces/
H A DCouenneMINLPInterface.hpp979 OA_CUT_GENERATED, /// Print the cut which has been generated.,
H A DCouenneMINLPInterface.cpp322 ADD_MSG(OA_CUT_GENERATED, std_m, 1,"Row %d: Outer approximation cut not generated.");
1883 oaHandler_->message(OA_CUT_GENERATED, oaMessages_)<<cut2rowIdx[cutIdx]<<CoinMessageEol;
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonOsiTMINLPInterface.hpp976 OA_CUT_GENERATED/** Print the cut which has been generated.*/, enumerator
H A DBonOsiTMINLPInterface.cpp361 ADD_MSG(OA_CUT_GENERATED, std_m, 1,"Row %d: Outer approximation cut not generated."); in OaMessages()