MCPcopy Create free account

hub / github.com/LiangliangNan/PolyFit / functions

Functions17,984 in github.com/LiangliangNan/PolyFit

↓ 100 callersFunctionSCIPgetBoolParam
gets the value of an existing SCIP_Bool parameter * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is p
code/3rd_party/scip/scip/scip_param.c:250
↓ 100 callersFunctionpow
code/3rd_party/scip/cppad/core/pow.hpp:97
↓ 99 callersFunctionSCIProwGetName
returns the name of the row */
code/3rd_party/scip/scip/lp.c:17343
↓ 97 callersMethodaltValues
Returns array values.
code/3rd_party/soplex/src/ssvectorbase.h:318
↓ 97 callersMethodbegin
code/3rd_party/pybind11/include/pybind11/pytypes.h:2524
↓ 97 callersFunctionisZero
returns \c true iff |a| <= eps
code/3rd_party/soplex/src/spxdefines.h:416
↓ 96 callersFunctionSCIPsetIsGE
checks, if val1 is not (more than epsilon) lower than val2 */
code/3rd_party/scip/scip/set.c:6230
↓ 95 callersFunctionSCIPgetSolOrigObj
returns objective value of primal CIP solution w.r.t. original problem, or current LP/pseudo objective value * * @return objective value of primal
code/3rd_party/scip/scip/scip_sol.c:1444
↓ 95 callersFunctionSCIPgetVarLbAtIndex
returns lower bound of variable directly before or after the bound change given by the bound change index * was applied */
code/3rd_party/scip/scip/scip_var.c:1998
↓ 95 callersFunctionSCIPmessagePrintWarning
prints a warning message, acting like the printf() command */
code/3rd_party/scip/scip/message.c:427
↓ 95 callersFunctionSCIPvarGetLPSol
gets primal LP solution value of variable */
code/3rd_party/scip/scip/var.c:18292
↓ 95 callersFunctionisNotZero
returns \c true iff |a| > eps
code/3rd_party/soplex/src/spxdefines.h:422
↓ 94 callersFunctionSCIPgetCurrentNode
gets current node in the tree * * @return the current node of the search tree * * @pre This method can be called if @p scip is in one of the fol
code/3rd_party/scip/scip/scip_tree.c:91
↓ 94 callersFunctionSCIPgetVarUbAtIndex
returns upper bound of variable directly before or after the bound change given by the bound change index * was applied */
code/3rd_party/scip/scip/scip_var.c:2134
↓ 94 callersFunctionSCIProwGetLPPos
gets position of row in current LP, or -1 if it is not in LP */
code/3rd_party/scip/scip/lp.c:17493
↓ 93 callersFunctionSCIPgetNegatedVar
gets negated variable x' = lb + ub - x of variable x; negated variable is created, if not yet existing; * in difference to \ref SCIPcreateVar, the n
code/3rd_party/scip/scip/scip_var.c:1533
↓ 93 callersFunctionSCIPintervalSet
stores given value as interval */
code/3rd_party/scip/scip/intervalarith.c:418
↓ 92 callersFunctionSCIPexprGetActivity
returns the activity that is currently stored for an expression * * @see SCIPevalExprActivity */
code/3rd_party/scip/scip/expr.c:3964
↓ 92 callersFunctionSCIPfindDisp
returns the display column of the given name, or NULL if not existing */
code/3rd_party/scip/scip/scip_disp.c:97
↓ 92 callersFunctionSCIPsetIsLE
checks, if val1 is not (more than epsilon) greater than val2 */
code/3rd_party/scip/scip/set.c:6194
↓ 90 callersFunctionSCIPgetLowerbound
gets global lower (dual) bound in transformed problem * * @return the global lower (dual) bound in transformed problem * * @pre This method can
code/3rd_party/scip/scip/scip_solvingstats.c:1375
↓ 90 callersFunctionSCIPgetSolvingTime
gets the current solving time in seconds * * @return the current solving time in seconds. * * @pre This method can be called if SCIP is in one o
code/3rd_party/scip/scip/scip_timing.c:378
↓ 90 callersFunctionSCIPhashmapInsert
inserts new origin->image pair in hash map * * @note multiple insertion of same element is checked and results in an error */
code/3rd_party/scip/scip/misc.c:3105
↓ 90 callersMethodbegin
code/model/kdtree_search.cpp:37
↓ 89 callersFunctionSCIPcaptureVar
increases usage counter of variable * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \re
code/3rd_party/scip/scip/scip_var.c:1220
↓ 89 callersMethodfield1
code/3rd_party/soplex/src/mpsinput.h:146
↓ 88 callersMethodempty
code/3rd_party/pybind11/include/pybind11/pytypes.h:2149
↓ 87 callersFunctionSCIPcreateSol
creates a primal solution, initialized to zero * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is pass
code/3rd_party/scip/scip/scip_sol.c:328
↓ 87 callersFunctionSCIPexprhdlrGetName
gives the name of an expression handler */
code/3rd_party/scip/scip/expr.c:534
↓ 86 callersFunctionSCIPgetNSols
gets number of feasible primal solutions stored in the solution storage in case the problem is transformed; * in case the problem stage is SCIP_STAG
code/3rd_party/scip/scip/scip_sol.c:2214
↓ 86 callersFunctionSCIPvarGetNegatedVar
gets the negation of the given variable; may return NULL, if no negation is existing yet */
code/3rd_party/scip/scip/var.c:17734
↓ 86 callersMethodappend
append \p n uninitialized elements.
code/3rd_party/soplex/src/array.h:100
↓ 85 callersFunctionSCIPcreateVar
creates and captures problem variable; if variable is of integral type, fractional bounds are automatically rounded; * an integer variable with boun
code/3rd_party/scip/scip/scip_var.c:114
↓ 85 callersFunctionSCIPpropGetData
gets user data of propagator */
code/3rd_party/scip/scip/prop.c:789
↓ 85 callersMethodaltIndexMem
Returns array indices.
code/3rd_party/soplex/src/ssvectorbase.h:311
↓ 85 callersFunctionsetIntParam
sets a single integer parameter value */
code/3rd_party/scip/lpi/lpi_cpx.c:652
↓ 84 callersFunctionSCIPnodeAddBoundchg
adds bound change to focus node, or child of focus node, or probing node; * if possible, adjusts bound to integral value */
code/3rd_party/scip/scip/tree.c:2087
↓ 84 callersFunctionSCIPsepaGetData
gets user data of separator */
code/3rd_party/scip/scip/sepa.c:633
↓ 84 callersFunctionSCIPsolIsOriginal
returns whether the given solution is defined on original variables */
code/3rd_party/scip/scip/sol.c:2530
↓ 84 callersFunctionintervalSetRoundingMode
sets rounding mode of floating point operations */
code/3rd_party/scip/scip/intervalarith.c:94
↓ 83 callersFunctionSCIPepsilon
returns value treated as zero * * @return value treated as zero */
code/3rd_party/scip/scip/scip_numerics.c:139
↓ 83 callersFunctionSCIPsetAddRealParam
creates a SCIP_Real parameter, sets it to its default value, and adds it to the parameter set */
code/3rd_party/scip/scip/set.c:2998
↓ 83 callersFunctionparamSetInt
if an integer parameter exits with the given parameter name it is set to the new value */
code/3rd_party/scip/scip/paramset.c:415
↓ 82 callersFunctionSCIPclockCreate
creates a clock and initializes it */
code/3rd_party/scip/scip/clock.c:170
↓ 82 callersFunctionSCIPtreeProbing
returns whether the current node is a temporary probing node */
code/3rd_party/scip/scip/tree.c:8285
↓ 81 callersFunctionSCIPaddRow
adds row to separation storage * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref *
code/3rd_party/scip/scip/scip_cut.c:251
↓ 81 callersFunctionSCIPexprGetData
gets the expression data of an expression */
code/3rd_party/scip/scip/expr.c:3841
↓ 81 callersFunctionSCIPsetIsGT
checks, if val1 is (more than epsilon) greater than val2 */
code/3rd_party/scip/scip/set.c:6212
↓ 81 callersFunctionSCIPtreeGetCurrentDepth
gets depth of current node in the tree, i.e. the length of the active path minus 1, or -1 if no current node exists */
code/3rd_party/scip/scip/tree.c:8403
↓ 80 callersMethodPutPar
code/3rd_party/scip/cppad/local/recorder.hpp:314
↓ 80 callersFunctionSCIPclockFree
frees a clock */
code/3rd_party/scip/scip/clock.c:185
↓ 80 callersFunctionequalTokens
compares two token if they are equal */
code/3rd_party/scip/scip/reader_fzn.c:411
↓ 80 callersMethodrep
return the current basis representation.
code/3rd_party/soplex/src/spxsolver.h:483
↓ 79 callersFunctionSCIPvarIsNegated
returns whether the variable was created by negation of a different variable */
code/3rd_party/scip/scip/var.c:17414
↓ 79 callersFunctionepsilon
code/3rd_party/scip/cppad/core/epsilon.hpp:56
↓ 79 callersMethodsize
Total number of elements
code/3rd_party/pybind11/include/pybind11/numpy.h:1016
↓ 78 callersFunctionSCIPceil
rounds value - epsilon up to the next integer */
code/3rd_party/scip/scip/scip_numerics.c:645
↓ 78 callersMethodpoint
code/math/plane.h:205
↓ 77 callersFunctionSCIPprintRow
output row to file stream via the message handler system * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error co
code/3rd_party/scip/scip/scip_lp.c:2206
↓ 77 callersFunctionVec
! @name Setting the value */ @{ ! Default constructor. Value is set to (0,0,0). */
code/3rd_party/QGLViewer/QGLViewer/vec.h:68
↓ 76 callersFunctionSCIPgetNIntVars
gets number of integer active problem variables * * @return the number of integer active problem variables * * @pre This method can be called if
code/3rd_party/scip/scip/scip_prob.c:2090
↓ 76 callersMethodisScaled
Returns true if and only if the LP is scaled
code/3rd_party/soplex/src/spxlpbase.h:139
↓ 75 callersFunctionSCIPprintExpr
print an expression as info-message */
code/3rd_party/scip/scip/scip_expr.c:1485
↓ 75 callersFunctionSCIPrelDiff
returns the relative difference: (val1-val2)/max(|val1|,|val2|,1.0) */
code/3rd_party/scip/scip/misc.c:11072
↓ 75 callersMethodarg
Constructs an argument with the name of the argument; if null or omitted, this is a positional argument.
code/3rd_party/pybind11/include/pybind11/cast.h:1492
↓ 75 callersFunctionoperator=
accessor overload required to override default assignment operator (templates are not allowed to replace default compiler-generated assignments).
code/3rd_party/pybind11/include/pybind11/pytypes.h:1040
↓ 75 callersMethodremove
code/3rd_party/soplex/src/idxset.cpp:49
↓ 74 callersFunctionSCIPeventhdlrGetName
gets name of event handler */
code/3rd_party/scip/scip/event.c:324
↓ 74 callersFunctionSCIPsetIsFeasEQ
checks, if relative difference of values is in range of feastol */
code/3rd_party/scip/scip/set.c:6534
↓ 74 callersMethodstop
stop timer, return accounted user time.
code/3rd_party/soplex/src/usertimer.cpp:86
↓ 73 callersFunctionSCIPexpriterGetNext
moves the iterator to the next expression according to the mode of the expression iterator * * @return the next expression, if any, and NULL otherwi
code/3rd_party/scip/scip/expriter.c:857
↓ 73 callersFunctionSCIPreaderGetName
gets name of reader */
code/3rd_party/scip/scip/reader.c:557
↓ 72 callersFunctionSCIPgetClockTime
gets the measured time of a clock in seconds * * @return the measured time of a clock in seconds. */
code/3rd_party/scip/scip/scip_timing.c:319
↓ 72 callersFunctionSCIPsepaGetName
gets name of separator */
code/3rd_party/scip/scip/sepa.c:743
↓ 72 callersFunctionSCIPsetLongintParam
changes the value of an existing SCIP_Longint parameter * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error cod
code/3rd_party/scip/scip/scip_param.c:545
↓ 72 callersFunction_glewStrSame2
code/3rd_party/glew/src/glew.c:267
↓ 72 callersMethodwhat
---------------------------------------- @name Access / modification */ @{ returns exception message
code/3rd_party/soplex/src/exceptions.h:57
↓ 71 callersFunctionSCIPheurGetNCalls
gets the number of times, the heuristic was called and tried to find a solution */
code/3rd_party/scip/scip/heur.c:1576
↓ 70 callersFunctionEQrel
returns \c true iff |relDiff(a,b)| <= eps
code/3rd_party/soplex/src/spxdefines.h:428
↓ 70 callersFunctionSCIPclockReset
completely stop the clock and reset the clock's counter to zero */
code/3rd_party/scip/scip/clock.c:209
↓ 70 callersFunctionSCIPhashtableInsert
inserts element in hash table * * @note multiple inserts of same element overrides previous one */
code/3rd_party/scip/scip/misc.c:2496
↓ 70 callersFunctionSCIPtreeGetCurrentNode
gets current node of the tree, i.e. the last node in the active path, or NULL if no current node exists */
code/3rd_party/scip/scip/tree.c:8386
↓ 69 callersFunctionSCIPaddVarLocksType
adds given values to lock numbers of type @p locktype of variable for rounding * * @return \ref SCIP_OKAY is returned if everything worked. Otherwi
code/3rd_party/scip/scip/scip_var.c:4265
↓ 69 callersFunctionSCIPgetNLPIterations
gets total number of iterations used so far in primal and dual simplex and barrier algorithm * * @return the total number of iterations used so far
code/3rd_party/scip/scip/scip_solvingstats.c:447
↓ 69 callersFunctionSCIPprintCons
outputs constraint information to file stream via the message handler system * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise
code/3rd_party/scip/scip/scip_cons.c:2482
↓ 69 callersFunctionSCIPvarCompare
compares the index of two variables, returns -1 if first is smaller than, and +1 if first is greater than second * variable index; returns 0 if both
code/3rd_party/scip/scip/var.c:11949
↓ 69 callersMethodattr
code/3rd_party/pybind11/include/pybind11/pytypes.h:2544
↓ 69 callersMethodisValid
returns TRUE iff the id is a valid column or row identifier.
code/3rd_party/soplex/src/spxid.h:150
↓ 69 callersFunctionmpsinputField1
return the current value of field 1 */
code/3rd_party/scip/scip/reader_mps.c:242
↓ 68 callersFunctionSCIPbendersGetNSubproblems
gets the number of subproblems for the Benders' decomposition */
code/3rd_party/scip/scip/benders.c:5948
↓ 68 callersFunctionSCIPdigraphGetNSuccessors
returns the number of successor nodes of the given node */
code/3rd_party/scip/scip/misc.c:7715
↓ 68 callersFunctionSCIPgetLhsLinear
gets left hand side of linear constraint */
code/3rd_party/scip/scip/cons_linear.c:18418
↓ 68 callersFunctionSCIPsumepsilon
returns value treated as zero for sums of floating point values * * @return value treated as zero for sums of floating point values */
code/3rd_party/scip/scip/scip_numerics.c:153
↓ 67 callersFunctionSCIPconshdlrGetConss
gets array with constraints of constraint handler; the first SCIPconshdlrGetNActiveConss() entries are the active * constraints, the last SCIPconshd
code/3rd_party/scip/scip/cons.c:4554
↓ 67 callersFunctionSCIPexpriterInit
initializes an expression iterator * * @note If `expr` is NULL, then iterator will be set into ended-state (SCIPexpriterIsEnd() is TRUE). Useful if
code/3rd_party/scip/scip/expriter.c:500
↓ 67 callersFunctionSCIPexpriterIsEnd
returns whether the iterator visited all expressions already */
code/3rd_party/scip/scip/expriter.c:968
↓ 67 callersFunctionSCIPpropGetName
gets name of propagator */
code/3rd_party/scip/scip/prop.c:941
↓ 67 callersMethoddata
current data pointer is no longer valid after any of the following: extend, erase, operator=, and ~pod_vector. Take extreem care when using this funct
code/3rd_party/scip/cppad/local/pod_vector.hpp:89
↓ 67 callersMethodsetSize
Sets number of nonzeros (thereby unSetup SSVectorBase).
code/3rd_party/soplex/src/ssvectorbase.h:581
↓ 67 callersMethodstart
start timer, resume accounting user, system and real time.
code/3rd_party/soplex/src/usertimer.cpp:72
← previousnext →201–300 of 17,984, ranked by callers