MCPcopy Create free account

hub / github.com/coin-or/Cbc / functions

Functions3,710 in github.com/coin-or/Cbc

↓ 9 callersMethodmakeGlobalCut
Make given cut into a global cut
src/CbcModel.cpp:15906
↓ 9 callersMethodpassInTreeHandler
src/CbcModel.cpp:15753
↓ 9 callersMethodsaveStuff
Get save stuff array
src/CbcThread.hpp:335
↓ 9 callersMethodsetAlgorithm
Say whether to just count usage
examples/CbcSolver2.hpp:79
↓ 9 callersMethodsetMaximumSavedSolutions
Set maximum number of extra saved solutions
src/CbcModel.cpp:19744
↓ 9 callersMethodsetNode
Set node
src/CbcThread.hpp:176
↓ 9 callersFunctiontrueBestObjValue
src/CbcModel.hpp:1543
↓ 9 callersMethodunmarkHotStart
src/OsiCbc/OsiCbcSolverInterface.cpp:196
↓ 8 callersMethodaddCol
############################################################################ Problem modifying methods (matrix) ######################################
src/OsiCbc/OsiCbcSolverInterface.cpp:287
↓ 8 callersMethodcleanTree
src/CbcTree.cpp:539
↓ 8 callersMethodcreateCbcBranch
src/CbcSOS.cpp:535
↓ 8 callersMethodgenerateCuts
------------------------------------------------------------------- Generate Stored cuts -------------------------------------------------------------
src/CbcLinked.cpp:7111
↓ 8 callersMethodinitialSolve
############################################################################ Solve methods ###########################################################
src/CbcLinked.cpp:130
↓ 8 callersMethodmoveInfo
Move status, nodes etc etc across
src/CbcModel.cpp:8170
↓ 8 callersFunctionnumberBranchesLeft
Return number of branches left in object
src/CbcNodeInfo.hpp:162
↓ 8 callersFunctionoption
This main program reads in an integer model from an mps file. It then sets up some Cgl cut generators and calls branch and cut. Branching is simple
examples/sample3.cpp:58
↓ 8 callersFunctionprintTableOpen
Print a table header block and flush. Bordered: top sep → header → middle sep (3 lines) Compact: header → separator rule (2 lines, no border frame)
src/CbcOutput.cpp:53
↓ 8 callersMethodresolve
-----------------------------------------------------------------------------
src/OsiCbc/OsiCbcSolverInterface.cpp:54
↓ 8 callersFunctionsaveSolution
src/CbcParamUtils.cpp:1054
↓ 8 callersMethodsavedSolution
Return a saved solution (0==best) - NULL if off end
src/CbcModel.cpp:19781
↓ 8 callersMethodsetObj
src/Attic/CbcGenOsiParam.hpp:190
↓ 8 callersFunctiontestingMessage
Display message on stdout and stderr
src/unitTest.cpp:402
↓ 8 callersFunctiontex_escape
(s)
doc/generate_latex_reference.py:37
↓ 7 callersFunctionCbc_updateSlack
src/Cbc_C_Interface.cpp:2206
↓ 7 callersFunctionapplyClpTimeLimit
Set a remaining-time budget on a Clp LP, honouring the CBC time mode. Always pair with clearClpTimeLimits() after the solve.
src/CbcSolver.cpp:991
↓ 7 callersMethodbaseModel
Get base model
src/CbcThread.hpp:161
↓ 7 callersFunctionbnbFmtObj
Format an objective value: "—" for 1e49+, otherwise %.6g
src/CbcOutput.cpp:2233
↓ 7 callersMethodbranch
src/CbcNode.cpp:6649
↓ 7 callersMethodcheckIsCutoff
Double checks in case node can change its mind! Returns objective value Can change objective etc */
src/CbcNode.cpp:7015
↓ 7 callersFunctioncheckQP
src/CbcLinked.cpp:7170
↓ 7 callersMethodchild
Returns pointer to a child thread
src/CbcThread.hpp:452
↓ 7 callersMethodclone
Clone
src/CbcHeuristicDW.cpp:276
↓ 7 callersMethodcreatedNode
Get created node
src/CbcThread.hpp:181
↓ 7 callersFunctiongetRowLower
Get pointer to array[getNumRows()] of row lower bounds
src/CbcModel.hpp:1317
↓ 7 callersMethodgetRowRange
------------------------------------------------------------------
src/OsiCbc/OsiCbcSolverInterface.cpp:216
↓ 7 callersFunctiongetRowUpper
Get pointer to array[getNumRows()] of row upper bounds
src/CbcModel.hpp:1323
↓ 7 callersFunctionjsonEscape
Escape a string for JSON output.
src/CbcSolver.cpp:609
↓ 7 callersMethodnumberThreads
Returns number of children
src/CbcThread.hpp:458
↓ 7 callersFunctionobjectiveValue
Objective value
src/CbcNode.hpp:225
↓ 7 callersMethodpreProcess
preProcess problem - replacing solver If makeEquality true then <= cliques converted to ==. Presolve will be done numberPasses times. Return
src/CbcModel.cpp:20594
↓ 7 callersMethodprint
Print
src/CbcNode.cpp:77
↓ 7 callersMethodpseudoShadow
Fill in useful estimates
src/CbcModel.cpp:12675
↓ 7 callersFunctionsendLine
src/CbcOutput.cpp:748
↓ 7 callersMethodsetApplicationData
src/CbcModel.cpp:15791
↓ 7 callersMethodsetChooseMethod
Set (clone) chooseMethod
src/CbcBranchDecision.cpp:85
↓ 7 callersMethodsetDownDynamicPseudoCost
Set down pseudo cost
src/CbcSimpleIntegerDynamicPseudoCost.cpp:1045
↓ 7 callersMethodsetOriginalColumns
Set original columns as created by preprocessing
src/CbcModel.cpp:18085
↓ 7 callersMethodsetUpDynamicPseudoCost
Set up pseudo cost
src/CbcSimpleIntegerDynamicPseudoCost.cpp:1070
↓ 7 callersMethodshouldHeurRun
src/CbcHeuristic.cpp:261
↓ 7 callersMethodsolveFromHotStart
src/OsiCbc/OsiCbcSolverInterface.cpp:191
↓ 7 callersFunctionsumDownCost
Down sum cost
src/CbcSimpleIntegerDynamicPseudoCost.hpp:166
↓ 7 callersFunctionsumUpCost
Up sum cost
src/CbcSimpleIntegerDynamicPseudoCost.hpp:192
↓ 7 callersFunctiontableBar
Table column separator (│ or | or two spaces in compact mode).
src/CbcOutput.cpp:34
↓ 7 callersMethodupdate
src/CbcOutput.cpp:726
↓ 7 callersMethodupdateInformation
Update object by CbcObjectUpdateData
src/CbcSOS.cpp:680
↓ 7 callersMethodwait
Wait for child to have return code NOT == to currentCode type - 0 timed wait 1 wait returns true if return code changed */
src/CbcThread.cpp:420
↓ 7 callersMethodwaitForThreadsInTree
Wait for threads in tree
src/CbcThread.cpp:649
↓ 6 callersFunctionCbcMain0
src/Attic/CbcSolver.cpp:11151
↓ 6 callersFunctionaddToSumDownCost
Add to down sum cost and set last and square
src/CbcSimpleIntegerDynamicPseudoCost.hpp:176
↓ 6 callersFunctionaddToSumUpCost
Add to up sum cost and set last and square
src/CbcSimpleIntegerDynamicPseudoCost.hpp:202
↓ 6 callersFunctionbreakdown
src/CbcSolver.cpp:13680
↓ 6 callersFunctionbreakdown
Routines to print statistics. */
src/Attic/CbcSolver.cpp:11328
↓ 6 callersFunctionclearClpTimeLimits
Clear both CPU and wall-clock limits to prevent leaking into later solves.
src/CbcSolver.cpp:1007
↓ 6 callersMethodclose
src/CbcOutput.cpp:2182
↓ 6 callersMethodcompare
src/CbcSymmetry.cpp:43
↓ 6 callersFunctioncpuTime
examples/sample1.cpp:32
↓ 6 callersMethoddelNode
Get delNode
src/CbcThread.hpp:285
↓ 6 callersMethoddeleteSolutions
Delete best and saved solutions
src/CbcModel.cpp:19960
↓ 6 callersMethoddoHeuristicsAtRoot
Do heuristics at root. 0 - don't delete 1 - delete 2 - just delete - don't even use Parameter of 2 means what it says --- the routine wi
src/CbcModel.cpp:17432
↓ 6 callersFunctiongetIntParam
Get an integer parameter
src/CbcModel.hpp:634
↓ 6 callersFunctiongetIntegerTolerance
Get the \link CbcModel::CbcIntegerTolerance integrality tolerance \endlink */
src/CbcModel.hpp:768
↓ 6 callersMethodget_code
src/CbcSymmetry.hpp:88
↓ 6 callersMethodget_coeff
src/CbcSymmetry.hpp:84
↓ 6 callersMethodget_lb
src/CbcSymmetry.hpp:85
↓ 6 callersMethodget_ub
src/CbcSymmetry.hpp:86
↓ 6 callersFunctionhashCut
src/CbcCountRowCut.cpp:127
↓ 6 callersMethodincrementTimeInThread
Increment time in thread
src/CbcThread.hpp:206
↓ 6 callersMethodinfeasibility
Routine to calculate standard infeasibility of an SOS set and return a preferred branching direction. This routine looks to have undergone incompl
src/CbcSOS.cpp:199
↓ 6 callersMethodintegerPresolve
Below this is deprecated or at least fairly deprecated Do Integer Presolve. Returns new model. I have to work out cleanest way of getting solution
src/CbcModel.cpp:20023
↓ 6 callersMethodisProvenInfeasible
Is infeasiblity proven (or none better than cutoff)?
src/CbcModel.cpp:8242
↓ 6 callersMethodlockThread2
Locks a thread for testing whether to start etc
src/CbcThread.cpp:120
↓ 6 callersMethodobj
src/Attic/CbcGenOsiParam.hpp:186
↓ 6 callersFunctionprintTableClose
Print the bottom-close separator and flush (no-op in compact mode).
src/CbcOutput.cpp:67
↓ 6 callersFunctionsetIntParam
@name Parameter set/get methods The set methods return true if the parameter was set to the given value, false if the value of the para
src/CbcModel.hpp:622
↓ 6 callersMethodsetOptionalInteger
src/CbcModel.cpp:20462
↓ 6 callersMethodsetStatus
Set status
src/CbcThread.cpp:249
↓ 6 callersMethodstatsOrbits
src/CbcSymmetry.cpp:234
↓ 6 callersFunctionuseElapsedTime
Get time method
src/CbcModel.hpp:2322
↓ 6 callersFunctionutf8VisLen
UTF-8 visual width: counts Unicode code points (not bytes) for column alignment.
src/CbcOutput.cpp:42
↓ 5 callersFunctionCbcMain1
Version of CbcMain1 without callBack
src/Attic/CbcSolver.cpp:1312
↓ 5 callersMethodCompute_Symmetry
src/CbcSymmetry.cpp:164
↓ 5 callersMethodalternateTest
This is alternate test function
examples/CbcCompareUser.cpp:167
↓ 5 callersMethodapply
Apply subproblem
src/CbcSubProblem.cpp:220
↓ 5 callersMethodchangeBounds
for simple stuff - returns number if can use saved orbit (mode 1) otherwise may fix and return number (mode 0) */
src/CbcSymmetry.cpp:546
↓ 5 callersFunctiondbl_as_int
examples/modk.c:218
↓ 5 callersMethoddeleteObjects
Delete all object information
src/CbcModel.cpp:13041
↓ 5 callersFunctionemit_param
(p, out, sub="subsection")
doc/generate_latex_reference.py:207
↓ 5 callersFunctionemit_param
(p, out, level="###")
doc/generate_markdown_reference.py:169
↓ 5 callersFunctioneval_f
src/CbcLinkedUtils.cpp:164
↓ 5 callersFunctionfakeBounds
need bounds
src/CbcLinked.cpp:959
← previousnext →201–300 of 3,710, ranked by callers