Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dconflict.c6990 assert(farkasrow != NULL); in getFarkasProof()
7202 SCIPaggrRowClear(farkasrow); in getDualProof()
8008 SCIP_AGGRROW* farkasrow; in runBoundHeuristic() local
8056 inds = SCIPaggrRowGetInds(farkasrow); in runBoundHeuristic()
8057 nnz = SCIPaggrRowGetNNz(farkasrow); in runBoundHeuristic()
8069 SCIPaggrRowFree(set->scip, &farkasrow); in runBoundHeuristic()
8210 SCIP_AGGRROW* farkasrow; in conflictAnalyzeLP() local
8445 farkaslhs = -SCIPaggrRowGetRhs(farkasrow); in conflictAnalyzeLP()
8448 inds = SCIPaggrRowGetInds(farkasrow); in conflictAnalyzeLP()
8449 nnz = SCIPaggrRowGetNNz(farkasrow); in conflictAnalyzeLP()
[all …]