@@ -131,9 +131,7 @@ int LP_optimize(struct LP *lp, int *infeasible)
solstat=CPXgetstat(lp->cplex_env,lp->cplex_lp);
if(solstat==CPX_STAT_INFEASIBLE)
{
if(infeasible)
*infeasible=1;
*infeasible=1;
}
else
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.