Searched refs:maxnviolatedcons (Results 1 – 1 of 1) sorted by relevance
992 …int maxnviolatedcons; /**< The number of constraints (domain reductions and bi… member5192 …&& (config->maxnviolatedcons >= 0 || config->maxnviolatedbincons >= 0 || config->maxnviolateddomre… in selectVarRecursive()5230 if( config->maxnviolatedcons > 0 && (nbincons + ndomreds >= config->maxnviolatedcons) ) in selectVarRecursive()5233 "changes <%d> is exceeded.\n", config->maxnviolatedcons); in selectVarRecursive()6229 …&branchruledata->config->maxnviolatedcons, TRUE, DEFAULT_MAXNVIOLATEDCONS, 0, INT_MAX, NULL, NULL)… in SCIPincludeBranchruleLookahead()