Home
last modified time | relevance | path

Searched refs:SCIProwGetLhs (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_shifting.c94 lhs = SCIProwGetLhs(row); in updateViolations()
301 …activitydelta = (direction == +1 ? SCIProwGetLhs(row) - rowactivity : SCIProwGetRhs(row) - rowacti… in selectShifting()
769 if( SCIPisFeasLT(scip, activities[r], SCIProwGetLhs(row)) in SCIP_DECL_HEUREXEC()
855 SCIProwGetName(row), SCIProwGetLhs(row), activities[rowpos], SCIProwGetRhs(row)); in SCIP_DECL_HEUREXEC()
859 assert(SCIPisFeasLT(scip, activities[rowpos], SCIProwGetLhs(row)) in SCIP_DECL_HEUREXEC()
861 direction = SCIPisFeasLT(scip, activities[rowpos], SCIProwGetLhs(row)) ? +1 : -1; in SCIP_DECL_HEUREXEC()
H A Dheur_intshifting.c97 lhs = SCIProwGetLhs(row); in updateViolations()
320 …activitydelta = (direction == +1 ? SCIProwGetLhs(row) - rowactivity : SCIProwGetRhs(row) - rowacti… in selectShifting()
865 if( SCIPisFeasLT(scip, maxactivities[r], SCIProwGetLhs(row)) in SCIP_DECL_HEUREXEC()
951 …SCIProwGetName(row), SCIProwGetLhs(row), minactivities[rowpos], maxactivities[rowpos], SCIProwGetR… in SCIP_DECL_HEUREXEC()
955 assert(SCIPisFeasLT(scip, maxactivities[rowpos], SCIProwGetLhs(row)) in SCIP_DECL_HEUREXEC()
957 direction = SCIPisFeasLT(scip, maxactivities[rowpos], SCIProwGetLhs(row)) ? +1 : -1; in SCIP_DECL_HEUREXEC()
H A Dheur_rounding.c93 lhs = SCIProwGetLhs(row); in updateViolations()
609 if( SCIPisFeasLT(scip, activities[r], SCIProwGetLhs(row)) in SCIP_DECL_HEUREXEC()
667 SCIProwGetName(row), SCIProwGetLhs(row), activities[rowpos], SCIProwGetRhs(row)); in SCIP_DECL_HEUREXEC()
668 if( SCIPisFeasLT(scip, activities[rowpos], SCIProwGetLhs(row)) ) in SCIP_DECL_HEUREXEC()
H A Dheur_locks.c290 … assert(!SCIPisInfinity(scip, -SCIProwGetLhs(row)) || !SCIPisInfinity(scip, SCIProwGetRhs(row))); in SCIPapplyLockFixings()
536 haslhs = !SCIPisInfinity(scip, -SCIProwGetLhs(row)); in SCIPapplyLockFixings()
552 if( (!haslhs || SCIPisFeasGE(scip, minact[rowpos], SCIProwGetLhs(row))) in SCIPapplyLockFixings()
562 …s=%g, rhs=%g\n", SCIProwGetName(row), minact[rowpos], maxact[rowpos], SCIProwGetLhs(row), SCIProwG… in SCIPapplyLockFixings()
607 …else if( SCIPisFeasLT(scip, maxact[rowpos], SCIProwGetLhs(row)) || SCIPisFeasGT(scip, minact[rowpo… in SCIPapplyLockFixings()
H A Dbenderscut_int.c193 lhs = SCIProwGetLhs(row); in computeStandardIntegerOptCut()
251 lhs = SCIProwGetLhs(row); in computeStandardIntegerOptCut()
403 lhs = SCIProwGetLhs(row); in generateAndApplyBendersIntegerCuts()
H A Dsepa_disjunctive.c195 …CIProwGetRhs(row)) || SCIPisFeasZero(scip, SCIPgetRowLPActivity(scip, row) - SCIProwGetLhs(row)) ); in getSimplexCoefficients()
336 lhsrow = SCIProwGetLhs(rows[r]) - SCIProwGetConstant(rows[r]); in generateDisjCutSOS1()
357 … assert( SCIPisFeasZero(scip, SCIPgetRowLPActivity(scip, rows[r]) - SCIProwGetLhs(rows[r])) ); in generateDisjCutSOS1()
616 …== SCIP_BASESTAT_LOWER && ! SCIPisEQ(scip, SCIPgetRowLPActivity(scip, row), SCIProwGetLhs(row)) ) ) in SCIP_DECL_SEPAEXECLP()
830 …if ( rownnonz > 0 && ! SCIPisInfinity(scip, -SCIProwGetLhs(row)) && ! SCIProwIsInLP(row) && SCIPis… in SCIP_DECL_SEPAEXECLP()
H A Dpub_lp.h352 SCIP_Real SCIProwGetLhs(
510 #define SCIProwGetLhs(row) (row)->lhs macro
H A Dsepastore.c187 lhs = SCIProwGetLhs(cut); in sepastoreIsCutRedundant()
230 lhs = SCIProwGetLhs(cut); in sepastoreIsCutRedundantOrInfeasible()
301 lhs = SCIProwGetLhs(cut); in sepastoreIsBdchgApplicable()
422 …assert(!SCIPsetIsInfinity(set, -SCIProwGetLhs(cut)) || !SCIPsetIsInfinity(set, SCIProwGetRhs(cut))… in SCIPsepastoreAddCut()
761 lhs = SCIProwGetLhs(cut); in sepastoreApplyBdchg()
H A Dheur_oneopt.c155 … shiftvalrow = SCIPfeasFloor(scip, (activities[rowpos] - SCIProwGetLhs(row)) / ABS(colvals[i])); in calcShiftVal()
164 SCIProwGetLhs(row), activities[rowpos], SCIProwGetRhs(row), colvals[i]); in calcShiftVal()
624 …if( SCIPisFeasLT(scip, activities[i], SCIProwGetLhs(row)) || SCIPisFeasGT(scip, activities[i], SCI… in SCIP_DECL_HEUREXEC()
628 …es bounds, lhs = %g, rhs = %g\n", SCIProwGetName(row), activities[i], SCIProwGetLhs(row), SCIProwG… in SCIP_DECL_HEUREXEC()
H A Dheur_zirounding.c281 lhs = SCIProwGetLhs(row); in updateSlacks()
606 … if( rowpos >= 0 && SCIPisFeasEQ(scip, SCIProwGetLhs(candrows[r]), SCIProwGetRhs(candrows[r])) ) in SCIP_DECL_HEUREXEC()
628 lhs = SCIProwGetLhs(row); in SCIP_DECL_HEUREXEC()
H A Dheur_actconsdiving.c132 lhs = SCIProwGetLhs(row); in getNActiveConsScore()
H A Dbenderscut_nogood.c101 lhs = SCIProwGetLhs(row); in computeNogoodCut()
H A Dsepa_aggregation.c461 … SCIPisEQ(scip, SCIProwGetLhs(aggrdata->aggrrows[k]), SCIProwGetRhs(aggrdata->aggrrows[k])) ) in setupAggregationData()
736 …if( (rowaggrfac < 0.0 && !SCIPisInfinity(scip, -SCIProwGetLhs(candrows[k]))) || SCIPisInfinity(sci… in aggregateNextRow()
830 if( startrowact <= 0.5 * SCIProwGetLhs(rows[startrow]) + 0.5 * SCIProwGetRhs(rows[startrow]) ) in aggregation()
1224 lhs = SCIProwGetLhs(rows[r]); in separateCuts()
H A Dheur_twoopt.c218 assert(SCIPisFeasGE(scip, activities[rowpos], SCIProwGetLhs(slaverows[j]))); in shiftValues()
232 …assert(SCIPisFeasGE(scip, activities[SCIProwGetLPPos(masterrows[i])], SCIProwGetLhs(masterrows[i])… in shiftValues()
555 lhs = SCIProwGetLhs(row); in determineBound()
1584 if( !SCIProwIsLocal(row) && (SCIPisFeasLT(scip, activities[i], SCIProwGetLhs(row)) in SCIP_DECL_HEUREXEC()
H A Dheur_repair.c754 …lhs = SCIPisInfinity(scip, -SCIProwGetLhs(rows[i])) ? SCIProwGetLhs(rows[i]) : SCIProwGetLhs(rows[… in applyRepair()
H A Dbranch_cloud.c298 …if( dualsol > 0 && SCIPisFeasEQ(scip, SCIProwGetLhs(lprows[i]), SCIPgetRowActivity(scip,lprows[i])… in SCIP_DECL_BRANCHEXECLP()
300 SCIP_CALL( SCIPchgRowRhsDive(scip, lprows[i], SCIProwGetLhs(lprows[i])) ); in SCIP_DECL_BRANCHEXECLP()
H A Dsepa_zerohalf.c655 lhs = SCIProwGetLhs(rows[i]) - SCIProwGetConstant(rows[i]); in mod2MatrixTransformContRows()
660 if( SCIPisInfinity(scip, -SCIProwGetLhs(rows[i])) ) in mod2MatrixTransformContRows()
1127 lhs = SCIPfeasCeil(scip, SCIProwGetLhs(rows[i]) - SCIProwGetConstant(rows[i])); in buildMod2Matrix()
1131 if( SCIPisInfinity(scip, -SCIProwGetLhs(rows[i])) ) in buildMod2Matrix()
1499 *cutrhs += weight * SCIPfeasCeil(scip, SCIProwGetLhs(row) - SCIProwGetConstant(row)); in addOrigRow()
H A Dsepa_cgmip.c1143 val = SCIProwGetLhs(row) - SCIProwGetConstant(row); in createSubscip()
1172 if ( ! sepadata->onlyactiverows || SCIPisFeasEQ(origscip, val, SCIProwGetLhs(row)) ) in createSubscip()
1439 …assert( SCIPisFeasEQ(origscip, SCIPgetRowLPActivity(origscip, row), SCIProwGetLhs(row)) ); /* equa… in createSubscip()
1475 if ( SCIPisFeasEQ(origscip, SCIPgetRowLPActivity(origscip, row), SCIProwGetLhs(row)) ) in createSubscip()
2239 primsol = SCIProwGetLhs(row) - SCIPgetRowLPActivity(scip, row); in createCGMIPprimalsols()
2288 lhs = SCIProwGetLhs(row); in createCGMIPprimalsols()
2350 assert( ! SCIPisInfinity(scip, -SCIProwGetLhs(row)) ); in createCGMIPprimalsols()
2930 assert( ! SCIPisInfinity(scip, -SCIProwGetLhs(row)) ); in computeCut()
2931 val = SCIProwGetLhs(row) - SCIProwGetConstant(row); in computeCut()
H A Dbenderscut_feas.c138 addval = dualsol*SCIProwGetLhs(lprow); in computeStandardLPFeasibilityCut()
H A Dbenderscut_opt.c323 addval = dualsol*SCIProwGetLhs(lprow); in computeStandardLPOptimalityCut()
902 verifyobj += SCIProwGetLhs(row) - SCIPgetRowSolActivity(masterprob, row, sol); in SCIPgenerateAndApplyBendersOptCut()
H A Dsepa_mcf.c923 rowlhs = SCIProwGetLhs(row) - SCIProwGetConstant(row); in extractFlowRows()
1170 rowlhs = SCIProwGetLhs(row) - SCIProwGetConstant(row); in extractCapacityRows()
1579 SCIP_Real rowlhs = SCIProwGetLhs(row) - SCIProwGetConstant(row); in addFlowrowToCommodity()
1686 assert(!SCIPisInfinity(scip, -SCIProwGetLhs(row))); in invertCommodity()
5120 … rhs = SCIProwGetLhs(nodeflowrows[node1][k]) - SCIProwGetConstant(nodeflowrows[node1][k]); in nodepairqueueCreate()
5140 … rhs = SCIProwGetLhs(nodeflowrows[node2][k]) - SCIProwGetConstant(nodeflowrows[node2][k]); in nodepairqueueCreate()
6072 rhs = SCIProwGetLhs(nodeflowrows[v][k]) - SCIProwGetConstant(nodeflowrows[v][k]); in generateClusterCuts()
6195 …baserhs += rowweights[r] * (SCIProwGetLhs(arccapacityrows[a]) - SCIProwGetConstant(arccapacityrows… in generateClusterCuts()
6349 …baserhs += rowweights[r] * (SCIProwGetLhs(nodeflowrows[v][k]) - SCIProwGetConstant(nodeflowrows[v]… in generateClusterCuts()
6492 rowlhs = SCIProwGetLhs(arccapacityrows[a]); in generateClusterCuts()
H A Dsepa_gomory.c530 assert(SCIPisInfinity(scip, -SCIProwGetLhs(cut))); in SCIP_DECL_SEPAEXECLP()
/dports/math/SCIP/scip-7.0.3/examples/GMI/src/
H A Dsepa_gmi.c405 if( !SCIPisInfinity(scip, -SCIProwGetLhs(row)) ) in getGMIFromRow()
467 rlhs = SCIProwGetLhs(row); in getGMIFromRow()
483 assert( ! SCIPisInfinity(scip, -SCIProwGetLhs(row)) ); in getGMIFromRow()
696 primsol = SCIProwGetLhs(row) - SCIPgetRowLPActivity(scip, row); in SCIP_DECL_SEPAEXECLP()
/dports/math/SCIP/scip-7.0.3/tests/src/sepa/
H A Dconvexproj.c407 …cr_expect_float_eq(-0.343035343633182, SCIProwGetLhs(gradcut), EPS, "wrong rhs got %f\n", SCIProwG… in project()
H A Dgauge.c496 cr_expect_float_eq(-0.417796891111782, SCIProwGetLhs(gradcut), EPS, "wrong rhs\n"); in Test()
576 cr_expect_float_eq(-0.936777583155184, SCIProwGetLhs(gradcut), EPS, "wrong rhs\n"); in Test()

12