OsiClpSolverInterface solver; solver.setupForRepeatedUse(2); int const nCols=1000; int const nRows=10000; // create dual infeasible LP for (int i=0; i(solver).addRows(model); solver.initialSolve(); _ASSERT(solver.isProvenDualInfeasible()); // make LP primal infeasible for (iRow=0; iRow