Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LiangliangNan/PolyFit
/ functions
Functions
17,984 in github.com/LiangliangNan/PolyFit
⨍
Functions
17,984
◇
Types & classes
2,137
↓ 2,448 callers
Function
SCIPisInfinity
checks, if value is (positive) infinite */
code/3rd_party/scip/scip/scip_numerics.c:523
↓ 2,087 callers
Function
SCIPvarGetName
returns the name of the variable * * @note to change the name of a variable, use SCIPchgVarName() from scip.h */
code/3rd_party/scip/scip/var.c:17259
↓ 1,206 callers
Function
SCIPvarGetLbLocal
gets current lower bound of variable */
code/3rd_party/scip/scip/var.c:17974
↓ 1,173 callers
Function
SCIPvarGetUbLocal
gets current upper bound of variable */
code/3rd_party/scip/scip/var.c:17984
↓ 1,170 callers
Function
SCIPinfoMessage
prints a message */
code/3rd_party/scip/scip/scip_message.c:208
↓ 1,058 callers
Function
_glewStrSame3
code/3rd_party/glew/src/glew.c:283
↓ 1,052 callers
Function
SCIPinfinity
returns value treated as infinity */
code/3rd_party/scip/scip/scip_numerics.c:512
↓ 1,051 callers
Function
SCIPconsGetName
returns the name of the constraint * * @note to change the name of a constraint, use SCIPchgConsName() from scip.h */
code/3rd_party/scip/scip/cons.c:8092
↓ 1,039 callers
Function
SCIPcheckStage
code/3rd_party/scip/scip/debug.c:2186
↓ 987 callers
Function
SCIPsnprintf
safe version of snprintf */
code/3rd_party/scip/scip/misc.c:10764
↓ 935 callers
Function
SCIPvarGetStatus
gets status of variable */
code/3rd_party/scip/scip/var.c:17378
↓ 887 callers
Function
SCIPconsGetData
returns the constraint data field of the constraint */
code/3rd_party/scip/scip/cons.c:8122
↓ 883 callers
Function
SCIPsetIsInfinity
checks, if value is (positive) infinite */
code/3rd_party/scip/scip/set.c:6136
↓ 802 callers
Method
size
return the number of elements.
code/3rd_party/soplex/src/array.h:251
↓ 745 callers
Function
SCIPvarGetLbGlobal
gets global lower bound of variable */
code/3rd_party/scip/scip/var.c:17918
↓ 730 callers
Function
SCIPvarGetType
gets type of variable */
code/3rd_party/scip/scip/var.c:17424
↓ 707 callers
Function
SCIPvarGetUbGlobal
gets global upper bound of variable */
code/3rd_party/scip/scip/var.c:17928
↓ 671 callers
Function
SCIPisEQ
checks, if values are in range of epsilon */
code/3rd_party/scip/scip/scip_numerics.c:447
↓ 608 callers
Function
SCIPconshdlrGetName
gets name of constraint handler */
code/3rd_party/scip/scip/cons.c:4182
↓ 583 callers
Function
SCIPgetSolVal
returns value of variable in primal CIP solution, or in current LP/pseudo solution * * @return value of variable in primal CIP solution, or in curr
code/3rd_party/scip/scip/scip_sol.c:1361
↓ 580 callers
Function
SCIPaddBoolParam
creates a SCIP_Bool parameter, sets it to its default value, and adds it to the parameter set * * @return \ref SCIP_OKAY is returned if everything
code/3rd_party/scip/scip/scip_param.c:57
↓ 579 callers
Function
SCIPmessageFPrintInfo
prints a message into a file, acting like the fprintf() command */
code/3rd_party/scip/scip/message.c:618
↓ 504 callers
Function
SCIPisZero
checks, if value is in range epsilon of 0.0 */
code/3rd_party/scip/scip/scip_numerics.c:560
↓ 498 callers
Method
size
number of elements currently in this vector.
code/3rd_party/scip/cppad/utility/vector.hpp:387
↓ 470 callers
Function
SCIPconshdlrGetData
gets user data of constraint handler */
code/3rd_party/scip/scip/cons.c:4202
↓ 466 callers
Function
SCIPdialogMessage
prints a dialog message that requests user interaction or is a direct response to a user interactive command */
code/3rd_party/scip/scip/scip_message.c:191
↓ 452 callers
Method
dim
code/3rd_party/soplex/src/idxset.cpp:21
↓ 400 callers
Function
SCIPvarGetProbindex
gets position of variable in problem, or -1 if variable is not active */
code/3rd_party/scip/scip/var.c:17608
↓ 400 callers
Method
value
code/3rd_party/soplex/src/spxsolver.cpp:888
↓ 379 callers
Function
SCIPvarGetObj
gets objective function value of variable */
code/3rd_party/scip/scip/var.c:17766
↓ 376 callers
Function
SCIPaddIntParam
creates a int parameter, sets it to its default value, and adds it to the parameter set * * @return \ref SCIP_OKAY is returned if everything worked
code/3rd_party/scip/scip/scip_param.c:83
↓ 371 callers
Function
SCIPvarIsBinary
returns TRUE if the variable is of binary type; this is the case if: * (1) variable type is binary * (2) variable type is integer or implicit inte
code/3rd_party/scip/scip/var.c:17439
↓ 360 callers
Function
SCIPgetStage
returns current stage of SCIP * * @return the current SCIP stage * * See \ref SCIP_Stage "SCIP_STAGE" for a complete list of all possible solvin
code/3rd_party/scip/scip/scip_general.c:365
↓ 349 callers
Method
index
--------------------------------------- @name Access */ @{ access \p n 'th index.
code/3rd_party/soplex/src/idxset.h:118
↓ 334 callers
Function
SCIPexprGetChildren
gives the children of an expression (can be NULL if no children) */
code/3rd_party/scip/scip/expr.c:3818
↓ 332 callers
Function
SCIPvarIsActive
returns whether variable is an active (neither fixed nor aggregated) variable */
code/3rd_party/scip/scip/var.c:17588
↓ 329 callers
Function
SCIPconsGetHdlr
returns the constraint handler of the constraint */
code/3rd_party/scip/scip/cons.c:8112
↓ 328 callers
Function
SCIPgetNVars
gets number of active problem variables * * @return the number of active problem variables * * @pre This method can be called if @p scip is in o
code/3rd_party/scip/scip/scip_prob.c:2000
↓ 325 callers
Function
SCIPaddRealParam
creates a SCIP_Real parameter, sets it to its default value, and adds it to the parameter set * * @return \ref SCIP_OKAY is returned if everything
code/3rd_party/scip/scip/scip_param.c:139
↓ 318 callers
Method
nCols
Returns number of columns in LP.
code/3rd_party/soplex/src/spxlpbase.h:157
↓ 311 callers
Function
SCIPisFeasEQ
checks, if relative difference of values is in range of feasibility tolerance */
code/3rd_party/scip/scip/scip_numerics.c:782
↓ 309 callers
Function
SCIPexprGetNChildren
gives the number of children of an expression */
code/3rd_party/scip/scip/expr.c:3808
↓ 308 callers
Function
spx_alloc
code/3rd_party/soplex/src/spxalloc.h:48
↓ 306 callers
Function
SCIPconsIsModifiable
returns TRUE iff constraint is modifiable (subject to column generation) */
code/3rd_party/scip/scip/cons.c:8341
↓ 296 callers
Function
SCIPblkmem
returns block memory to use at the current time * * @return the block memory to use at the current time. */
code/3rd_party/scip/scip/scip_mem.c:57
↓ 294 callers
Function
NumArg
! Number of arguments for a specified operator. \return Number of arguments corresponding to the specified operator. \param op Operator for which we
code/3rd_party/scip/cppad/local/op_code.hpp:175
↓ 293 callers
Function
SCIPreleaseCons
decreases usage counter of constraint, if the usage pointer reaches zero the constraint gets freed * * @return \ref SCIP_OKAY is returned if everyt
code/3rd_party/scip/scip/scip_cons.c:1119
↓ 283 callers
Function
SCIPverbMessage
prints a message depending on the verbosity level */
code/3rd_party/scip/scip/scip_message.c:225
↓ 283 callers
Method
nRows
Returns number of rows in LP.
code/3rd_party/soplex/src/spxlpbase.h:151
↓ 282 callers
Function
SCIPsetIntParam
changes the value of an existing int parameter * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is pass
code/3rd_party/scip/scip/scip_param.c:487
↓ 281 callers
Function
NumRes
! Number of variables resulting from the specified operation. \param op Operator for which we are fecching the number of results. \par NumResTable t
code/3rd_party/scip/cppad/local/op_code.hpp:281
↓ 271 callers
Function
SCIPsetInfinity
returns value treated as infinity */
code/3rd_party/scip/scip/set.c:6001
↓ 270 callers
Function
SCIPheurGetData
gets user data of primal heuristic */
code/3rd_party/scip/scip/heur.c:1361
↓ 269 callers
Function
SCIPwarningMessage
prints a warning message via the message handler */
code/3rd_party/scip/scip/scip_message.c:120
↓ 261 callers
Function
SCIPisFeasZero
checks, if value is in range feasibility tolerance of 0.0 */
code/3rd_party/scip/scip/scip_numerics.c:847
↓ 252 callers
Function
SCIPisLE
checks, if val1 is not (more than epsilon) greater than val2 */
code/3rd_party/scip/scip/scip_numerics.c:473
↓ 251 callers
Function
_glewSearchExtension
code/3rd_party/glew/src/glew.c:307
↓ 250 callers
Function
SCIPfindConshdlr
returns the constraint handler of the given name, or NULL if not existing */ returns the constraint handler of the given name, or NULL if not existing
code/3rd_party/scip/scip/scip_cons.c:886
↓ 249 callers
Method
size
Return number of steps.
code/model/map_circulators.h:112
↓ 247 callers
Method
push_back
add an element to the back of this vector
code/3rd_party/scip/cppad/utility/vector.hpp:491
↓ 246 callers
Function
SCIPhashmapExists
checks whether an image to the given origin exists in the hash map */
code/3rd_party/scip/scip/misc.c:3372
↓ 246 callers
Function
spx_free
code/3rd_party/soplex/src/spxalloc.h:109
↓ 243 callers
Function
SCIPvarGetIndex
gets unique index of variable */
code/3rd_party/scip/scip/var.c:17598
↓ 242 callers
Function
SCIPaddCons
adds constraint to the problem; if constraint is only valid locally, it is added to the local subproblem of the * current node (and all of its subno
code/3rd_party/scip/scip/scip_prob.c:2778
↓ 230 callers
Function
SCIPisGT
checks, if val1 is (more than epsilon) greater than val2 */
code/3rd_party/scip/scip/scip_numerics.c:486
↓ 228 callers
Function
spxAbs
Absolute.
code/3rd_party/soplex/src/rational.cpp:2826
↓ 228 callers
Method
vertex
code/model/map_builder.cpp:313
↓ 221 callers
Function
SCIPconsIsActive
returns TRUE iff constraint is active in the current node */
code/3rd_party/scip/scip/cons.c:8153
↓ 219 callers
Function
SCIPisLT
checks, if val1 is (more than epsilon) lower than val2 */
code/3rd_party/scip/scip/scip_numerics.c:460
↓ 219 callers
Function
isConsistent
Consistency check.
code/3rd_party/soplex/src/dvectorbase.h:302
↓ 219 callers
Method
lower
Gets lower bound.
code/3rd_party/soplex/src/lpcolbase.h:137
↓ 218 callers
Function
SCIPdelCons
globally removes constraint from all subproblems; removes constraint from the constraint set change data of the * node, where it was added, or from
code/3rd_party/scip/scip/scip_prob.c:2851
↓ 216 callers
Function
SCIPisFeasIntegral
checks, if value is integral within the LP feasibility bounds */
code/3rd_party/scip/scip/scip_numerics.c:883
↓ 214 callers
Function
SCIPnodeGetType
gets the type of the node */
code/3rd_party/scip/scip/tree.c:7433
↓ 214 callers
Method
resize
change the number of elements in this vector.
code/3rd_party/scip/cppad/utility/vector.hpp:399
↓ 213 callers
Function
SCIPisPositive
checks, if value is greater than epsilon */
code/3rd_party/scip/scip/scip_numerics.c:572
↓ 213 callers
Function
SCIPreleaseExpr
releases an expression (decrements usage count and possibly frees expression) */
code/3rd_party/scip/scip/scip_expr.c:1416
↓ 213 callers
Method
upper
Gets upper bound.
code/3rd_party/soplex/src/lpcolbase.h:125
↓ 212 callers
Function
SCIPheurGetName
gets name of primal heuristic */
code/3rd_party/scip/scip/heur.c:1450
↓ 212 callers
Function
SCIPisGE
checks, if val1 is not (more than epsilon) lower than val2 */
code/3rd_party/scip/scip/scip_numerics.c:499
↓ 212 callers
Method
lhs
Left-hand side value.
code/3rd_party/soplex/src/lprowbase.h:203
↓ 207 callers
Function
SCIPhashmapGetImage
retrieves image of given origin from the hash map, or NULL if no image exists */
code/3rd_party/scip/scip/misc.c:3210
↓ 206 callers
Function
SCIPsetIsEQ
checks, if values are in range of epsilon */
code/3rd_party/scip/scip/set.c:6158
↓ 205 callers
Method
reDim
The following method resizes all vectors and arrays of |SoPlex| (excluding inherited vectors). */
code/3rd_party/soplex/src/spxsolver.cpp:461
↓ 199 callers
Method
rhs
Right-hand side value.
code/3rd_party/soplex/src/lprowbase.h:215
↓ 194 callers
Method
number
returns the number of the element with DataKey \p k in DataSet or -1, if it doesn't exist.
code/3rd_party/soplex/src/dataset.h:411
↓ 194 callers
Method
size
---------------------------------------------------------------------- current number of elements in this vector.
code/3rd_party/scip/cppad/local/pod_vector.hpp:79
↓ 193 callers
Function
SCIPgetDepth
gets depth of current node, or -1 if no current node exists; in probing, the current node is the last probing node, * such that the depth includes t
code/3rd_party/scip/scip/scip_tree.c:670
↓ 193 callers
Function
SCIPisIntegral
checks, if value is integral within epsilon */
code/3rd_party/scip/scip/scip_numerics.c:596
↓ 193 callers
Method
status
returns the current solver status
code/3rd_party/soplex/src/soplex.cpp:2896
↓ 191 callers
Method
rowStatus
returns status of row \p i.
code/3rd_party/soplex/src/spxbasis.h:244
↓ 190 callers
Function
SCIPhashmapFree
frees the hash map */
code/3rd_party/scip/scip/misc.c:3057
↓ 185 callers
Method
get_ptr
This function serves for using a Vector in an C-style * function. It returns a pointer to the first value of the array. */
code/3rd_party/soplex/src/array.h:94
↓ 181 callers
Function
SCIPincludeDialog
creates and includes dialog * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref *
code/3rd_party/scip/scip/scip_dialog.c:59
↓ 181 callers
Function
SCIPreleaseDialog
releases a dialog * * @return \ref SCIP_OKAY is returned if everything worked. otherwise a suitable error code is passed. see \ref * SCIP
code/3rd_party/scip/scip/scip_dialog.c:124
↓ 180 callers
Function
SCIPaddDialogEntry
adds a sub dialog to the given dialog as menu entry and captures it * * @return \ref SCIP_OKAY is returned if everything worked. otherwise a suitab
code/3rd_party/scip/scip/scip_dialog.c:171
↓ 180 callers
Function
SCIPdialogHasEntry
returns TRUE iff a dialog entry matching exactly the given name is existing in the given dialog */
code/3rd_party/scip/scip/dialog.c:995
↓ 180 callers
Function
SCIPnodeGetDepth
gets the depth of the node */
code/3rd_party/scip/scip/tree.c:7453
↓ 179 callers
Function
SCIPconsIsChecked
returns TRUE iff constraint should be checked for feasibility */
code/3rd_party/scip/scip/cons.c:8291
↓ 178 callers
Method
get_const_ptr
get a const C pointer to the data.
code/3rd_party/soplex/src/dataarray.h:115
next →
1–100 of 17,984, ranked by callers