Searched refs:WrnType (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h90 #define WrnType 2 /* warning */ macro
H A Dcoinplex.cpp214 int mtype = (id<3000 ? LogType : (id<6000 ? WrnType : ErrType));
401 eclipse_out(WrnType, "Eplex Warning: CbcSolver supports cross-over for barrier using dual simplex only -- dual simplex used instead of primal simplex.\n");
546 eclipse_out(WrnType, "Eplex Warning: OSI does not support specification of linear solving method for MIP problems. Specification ignored.\n");
1651 eclipse_out(WrnType, "Eplex Warning: node solving method for MIP problems not supported by COIN solvers, method ignored.\n");
H A Deplex.c654 (void) ec_flush(solver_streams[WrnType]);
1466 case 2: solver_stream = &solver_streams[WrnType]; break;

Completed in 86 milliseconds