Home
last modified time | relevance | path

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

/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglFlowCover/
H A DCglFlowCover.hpp317 inline void setVlbs(CglFlowVLB* vlbs) { vlbs_ = vlbs; vlbs = 0; } in setVlbs() argument
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_redvub.c337 int* vlbs, /**< row indices of the vlbs */ in detectDominatingVlbs() argument
356 assert(vlbs != NULL); in detectDominatingVlbs()
400 SCIP_CALL( SCIPprintCons(scip, SCIPmatrixGetCons(matrix, vlbs[j]), NULL)); in detectDominatingVlbs()
408 deletecons[vlbs[j]] = TRUE; in detectDominatingVlbs()
417 SCIP_CALL( SCIPprintCons(scip, SCIPmatrixGetCons(matrix, vlbs[i]), NULL)); in detectDominatingVlbs()
425 deletecons[vlbs[i]] = TRUE; in detectDominatingVlbs()
H A Dpub_var.h998 #define SCIPvarGetNVlbs(var) (SCIPvboundsGetNVbds((var)->vlbs))
999 #define SCIPvarGetVlbVars(var) (SCIPvboundsGetVars((var)->vlbs))
1000 #define SCIPvarGetVlbCoefs(var) (SCIPvboundsGetCoefs((var)->vlbs))
1001 #define SCIPvarGetVlbConstants(var) (SCIPvboundsGetConstants((var)->vlbs))
H A Dstruct_var.h234 SCIP_VBOUNDS* vlbs; /**< variable lower bounds x >= b*y + d */ member
H A Dvar.c1628 if( var->vlbs != NULL ) in SCIPvarRemoveCliquesImplicsVbs()
1638 vars = SCIPvboundsGetVars(var->vlbs); in SCIPvarRemoveCliquesImplicsVbs()
1943 (*var)->vlbs = NULL; in varCreate()
2747 SCIPvboundsFree(&(*var)->vlbs, blkmem); in varFree()
3372 assert(origvar->vlbs == NULL); in SCIPvarTransform()
3733 assert(var->vlbs == NULL); in SCIPvarFix()
4793 if( var->vlbs != NULL ) in SCIPvarAggregate()
4817 SCIPvboundsFree(&var->vlbs, blkmem); in SCIPvarAggregate()
5527 assert(var->vlbs == NULL); in SCIPvarMultiaggregate()
17864 return SCIPvboundsGetNVbds(var->vlbs); in SCIPvarGetNVlbs()
[all …]
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCommonTest/
H A DOsiSolverInterfaceTest.cpp2244 double vlbs[] = { -infty, -infty }; in testArtifStatus() local
2254 starts, indices, coeffs, vlbs, vubs, obj, rlbs, rubs); in testArtifStatus()
3669 const double *vlbs = 0; in testDualRays() local
3678 vlbs = si->getColLower(); in testDualRays()
3738 rdotb += (-vlbs[j]) * ray[m + j]; in testDualRays()
3744 …OSIUNITTEST_ASSERT_ERROR(xvals[j] > vubs[j] || xvals[j] < vlbs[j], break, solverName, "testDualRay… in testDualRays()
3747 } else if (xvals[j] < vlbs[j]) { in testDualRays()
3748 rdotb += (-vlbs[j]) * ray[m + j]; in testDualRays()
3790 else if (xvals[j] < vlbs[j]) in testDualRays()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCommonTest/
H A DOsiSolverInterfaceTest.cpp2244 double vlbs[] = { -infty, -infty }; in testArtifStatus() local
2254 starts, indices, coeffs, vlbs, vubs, obj, rlbs, rubs); in testArtifStatus()
3668 const double *vlbs = 0; in testDualRays() local
3677 vlbs = si->getColLower(); in testDualRays()
3737 rdotb += (-vlbs[j]) * ray[m + j]; in testDualRays()
3743 …OSIUNITTEST_ASSERT_ERROR(xvals[j] > vubs[j] || xvals[j] < vlbs[j], break, solverName, "testDualRay… in testDualRays()
3746 } else if (xvals[j] < vlbs[j]) { in testDualRays()
3747 rdotb += (-vlbs[j]) * ray[m + j]; in testDualRays()
3789 else if (xvals[j] < vlbs[j]) in testDualRays()