MCPcopy Create free account

hub / github.com/LiangliangNan/PolyFit / functions

Functions17,984 in github.com/LiangliangNan/PolyFit

↓ 39 callersFunctionSCIPgetNOrigVars
gets number of original problem variables * * @return the number of original problem variables * * @pre This method can be called if @p scip is
code/3rd_party/scip/scip/scip_prob.c:2440
↓ 39 callersFunctionSCIPintervalGetInf
returns infimum of interval */
code/3rd_party/scip/scip/intervalarith.c:402
↓ 39 callersFunctionSCIPpresolGetData
gets user data of presolver */
code/3rd_party/scip/scip/presol.c:512
↓ 39 callersFunctionSCIPprobExternObjval
returns the external value of the given internal objective value */
code/3rd_party/scip/scip/prob.c:2116
↓ 39 callersFunctionappendLine
appends extension to line and prints it to the give file stream if the * line exceeded the length given in the define GMS_PRINTLEN */
code/3rd_party/scip/scip/reader_gms.c:193
↓ 39 callersMethodfield4
code/3rd_party/soplex/src/mpsinput.h:152
↓ 39 callersMethodtime
get accounted user time.
code/3rd_party/soplex/src/usertimer.cpp:100
↓ 38 callersFunctionSCIPbtnodeGetData
returns the user data pointer stored in that node */
code/3rd_party/scip/scip/misc.c:8696
↓ 38 callersFunctionSCIPcreateExprPow
creates a power expression */
code/3rd_party/scip/scip/expr_pow.c:3174
↓ 38 callersFunctionSCIPdialogFindEntry
searches the dialog for entries corresponding to the given name; * If a complete match is found, the entry is returned as "subdialog" and * the re
code/3rd_party/scip/scip/dialog.c:1028
↓ 38 callersFunctionSCIPgetIntParam
gets the value of an existing int parameter * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed.
code/3rd_party/scip/scip/scip_param.c:269
↓ 38 callersFunctionSCIPgetValsLinear
gets the array of coefficient values in the linear constraint; the user must not modify this array! */
code/3rd_party/scip/scip/cons_linear.c:18553
↓ 38 callersFunctionSCIPisExprPower
returns whether an expression is a power expression */
code/3rd_party/scip/scip/scip_expr.c:1474
↓ 38 callersFunctionSCIPmatrixGetNColumns
get number of columns of the matrix */
code/3rd_party/scip/scip/matrix.c:1573
↓ 38 callersFunctionSCIPmatrixGetRowNNonzs
get number of non-zeros of this row */
code/3rd_party/scip/scip/matrix.c:1677
↓ 38 callersFunctionSCIPpresolGetName
gets name of presolver */
code/3rd_party/scip/scip/presol.c:599
↓ 38 callersFunctionSCIPsetPresolving
sets presolving parameters to * * - SCIP_PARAMSETTING_DEFAULT which are the default values of all presolving parameters * - SCIP_PARAMSETTING_FAS
code/3rd_party/scip/scip/scip_param.c:932
↓ 38 callersFunctionSCIPvarGetOrigvarSum
retransforms given variable, scalar and constant to the corresponding original variable, scalar * and constant, if possible; if the retransformation
code/3rd_party/scip/scip/var.c:12781
↓ 38 callersMethodfind
returns the position of element \p elem within IsList.
code/3rd_party/soplex/src/islist.h:344
↓ 38 callersMethodis_border
code/model/map_circulators.h:100
↓ 37 callersFunctionSCIPbdchginfoGetDepth
returns depth level of given bound change information */
code/3rd_party/scip/scip/var.c:18550
↓ 37 callersFunctionSCIPcolGetRows
gets array with rows of nonzero entries */
code/3rd_party/scip/scip/lp.c:17143
↓ 37 callersFunctionSCIPconsIsEnabled
returns TRUE iff constraint is enabled in the current node */
code/3rd_party/scip/scip/cons.c:8189
↓ 37 callersFunctionSCIPcreateRandom
creates and initializes a random number generator * * @note The initial seed is changed using SCIPinitializeRandomSeed() */
code/3rd_party/scip/scip/scip_randnumgen.c:56
↓ 37 callersFunctionSCIPisRelEQ
checks, if relative difference of values is in range of epsilon */
code/3rd_party/scip/scip/scip_numerics.c:1158
↓ 37 callersFunctionSCIProwGetBasisStatus
gets the basis status of a row in the LP solution; only valid for LPs with status SCIP_LPSOLSTAT_OPTIMAL * and with SCIPisLPSolBasic(scip) == TRUE;
code/3rd_party/scip/scip/lp.c:17332
↓ 37 callersFunctionSCIPsetHeurExit
sets deinitialization method of primal heuristic */
code/3rd_party/scip/scip/scip_heur.c:210
↓ 37 callersFunctionSCIPsetIsIntegral
checks, if value is integral within epsilon */
code/3rd_party/scip/scip/set.c:6281
↓ 37 callersMethodchangeObj
code/3rd_party/soplex/src/changesoplex.cpp:660
↓ 36 callersFunctionNE
returns \c true iff |a-b| > eps
code/3rd_party/soplex/src/spxdefines.h:386
↓ 36 callersFunctionSCIPcacheRowExtensions
informs row, that all subsequent additions of variables to the row should be cached and not directly applied; * after all additions were applied, SC
code/3rd_party/scip/scip/scip_lp.c:1635
↓ 36 callersFunctionSCIPflushRowExtensions
flushes all cached row extensions after a call of SCIPcacheRowExtensions() and merges coefficients with * equal columns into a single coefficient *
code/3rd_party/scip/scip/scip_lp.c:1658
↓ 36 callersFunctionSCIPgetNLPBranchCands
gets number of branching candidates for LP solution branching (number of fractional variables) * * @return the number of branching candidates for L
code/3rd_party/scip/scip/scip_branch.c:428
↓ 36 callersFunctionSCIPgetNRuns
gets number of branch and bound runs performed, including the current run * * @return the number of branch and bound runs performed, including the
code/3rd_party/scip/scip/scip_solvingstats.c:129
↓ 36 callersFunctionSCIPmessagePrintError
prints a error message, acting like the printf() command */
code/3rd_party/scip/scip/message.c:791
↓ 36 callersFunctionisInitialized
code/3rd_party/scip/lpi/lpi_spx1.cpp:1248
↓ 36 callersFunctionparamtypeGetName
returns the name of the given parameter type */
code/3rd_party/scip/scip/paramset.c:1672
↓ 35 callersFunctionSCIPgetLPRowsData
gets current LP rows along with the current number of LP rows * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable err
code/3rd_party/scip/scip/scip_lp.c:570
↓ 35 callersMethodend
code/basic/dlist.h:332
↓ 35 callersMethodfirst
-------------------------- @name Access */ @{ returns the IsList's first element.
code/3rd_party/soplex/src/islist.h:304
↓ 35 callersFunctionisChar
check if the current token is equal to give char */
code/3rd_party/scip/scip/reader_fzn.c:296
↓ 35 callersMethodsize
code/basic/dlist.h:326
↓ 34 callersFunctionSCIPcreateConsBasicLinear
creates and captures a linear constraint * in its most basic version, i. e., all constraint flags are set to their basic value as explained for the
code/3rd_party/scip/scip/cons_linear.c:18021
↓ 34 callersFunctionSCIPgetNImplVars
gets number of implicit integer active problem variables * * @return the number of implicit integer active problem variables * * @pre This metho
code/3rd_party/scip/scip/scip_prob.c:2135
↓ 34 callersFunctionSCIPgetNVarsLogicor
gets number of variables in logic or constraint */
code/3rd_party/scip/scip/cons_logicor.c:5422
↓ 34 callersFunctionSCIPgetTypeSetppc
gets type of set partitioning / packing / covering constraint */
code/3rd_party/scip/scip/cons_setppc.c:9446
↓ 34 callersFunctionSCIPincludeTable
creates a statistics table and includes it in SCIP */
code/3rd_party/scip/scip/scip_table.c:56
↓ 34 callersFunctionSCIProwIsModifiable
returns TRUE iff row is modifiable during node processing (subject to column generation) */
code/3rd_party/scip/scip/lp.c:17403
↓ 34 callersFunctionappendBuffer
appends extension to line and prints it to the give file stream if the line buffer get full */
code/3rd_party/scip/scip/reader_opb.c:2107
↓ 34 callersFunctionfree
code/basic/record_id.h:157
↓ 34 callersMethodisEmpty
* returns true if queue is empty */
code/model/kdtree/PriorityQueue.h:77
↓ 33 callersFunctionSCIPcaptureExpr
captures an expression (increments usage count) */
code/3rd_party/scip/scip/scip_expr.c:1408
↓ 33 callersFunctionSCIPcreateExprVar
creates a variable expression */
code/3rd_party/scip/scip/expr_var.c:390
↓ 33 callersFunctionSCIPgetVarCopy
returns copy of the source variable; if there already is a copy of the source variable in the variable hash map, * it is just returned as target var
code/3rd_party/scip/scip/scip_copy.c:711
↓ 33 callersFunctionSCIPnewProbingNode
creates a new probing sub node, whose changes can be undone by backtracking to a higher node in the probing path * with a call to SCIPbacktrackProbi
code/3rd_party/scip/scip/scip_probing.c:165
↓ 33 callersFunctionSCIPnlrowGetRhs
returns the right hand side of a nonlinear row */
code/3rd_party/scip/scip/nlp.c:1823
↓ 33 callersFunctionSCIPprintStatistics
outputs solving statistics * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref *
code/3rd_party/scip/scip/scip_solvingstats.c:4136
↓ 33 callersFunctionSCIPpropagateProbing
applies domain propagation on the probing sub problem, that was changed after SCIPstartProbing() was called; * the propagated domains of the variabl
code/3rd_party/scip/scip/scip_probing.c:580
↓ 33 callersFunctionSCIPsolveIsStopped
returns whether the solving process will be / was stopped before proving optimality; * if the solving process was stopped, stores the reason as stat
code/3rd_party/scip/scip/solve.c:102
↓ 33 callersFunctionSCIPtrySolFree
checks primal solution; if feasible, adds it to storage; solution is freed afterwards * * @return \ref SCIP_OKAY is returned if everything worked.
code/3rd_party/scip/scip/scip_sol.c:3240
↓ 33 callersMethodclear
code/3rd_party/soplex/src/slufactor.cpp:717
↓ 33 callersMethodcontains
code/3rd_party/pybind11/include/pybind11/pytypes.h:2561
↓ 33 callersMethodgetEpsilon
Returns the non-zero epsilon used.
code/3rd_party/soplex/src/ssvectorbase.h:104
↓ 33 callersFunctionremove
code/model/map.h:404
↓ 33 callersFunctionvalue
code/3rd_party/pybind11/include/pybind11/pybind11.h:2185
↓ 32 callersFunctionSCIPendProbing
quits probing and resets bounds and constraints to the focus node's environment * * @return \ref SCIP_OKAY is returned if everything worked. Otherw
code/3rd_party/scip/scip/scip_probing.c:260
↓ 32 callersFunctionSCIPfindBranchrule
returns the branching rule of the given name, or NULL if not existing */
code/3rd_party/scip/scip/scip_branch.c:297
↓ 32 callersFunctionSCIPgetSolVals
gets values of multiple variables in primal CIP solution * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error co
code/3rd_party/scip/scip/scip_sol.c:1398
↓ 32 callersFunctionSCIPisExprProduct
returns whether an expression is a product expression */
code/3rd_party/scip/scip/scip_expr.c:1463
↓ 32 callersFunctionSCIPnodeselGetName
gets name of node selector */
code/3rd_party/scip/scip/nodesel.c:1052
↓ 32 callersFunctionSCIPupdateConsFlags
updates the flags of the first constraint according to the ones of the second constraint * * @return \ref SCIP_OKAY is returned if everything worke
code/3rd_party/scip/scip/scip_cons.c:1470
↓ 32 callersMethodchangeBounds
code/3rd_party/soplex/src/changesoplex.cpp:948
↓ 32 callersMethoderase
---------------------------------------------------------------------- ! Remove all the elements from this vector but leave the capacity and data po
code/3rd_party/scip/cppad/local/pod_vector.hpp:238
↓ 32 callersMethodisBasic
does \p stat describe a basic index ?
code/3rd_party/soplex/src/spxsolver.h:1249
↓ 32 callersFunctionmpsinputField3
return the current value of field 3 */
code/3rd_party/scip/scip/reader_mps.c:264
↓ 32 callersFunctionspxSnprintf
safe version of snprintf
code/3rd_party/soplex/src/spxdefines.h:464
↓ 32 callersFunctionto_string
code/3rd_party/scip/cppad/utility/to_string.hpp:166
↓ 31 callersMethodDomain
number of independent variables
code/3rd_party/scip/cppad/core/ad_fun.hpp:551
↓ 31 callersFunctionSCIPcalcGreComDiv
calculates the greatest common divisor of the two given values */
code/3rd_party/scip/scip/misc.c:9031
↓ 31 callersFunctionSCIPevalExprActivity
possibly reevaluates and then returns the activity of the expression * * Reevaluate activity if currently stored is no longer uptodate (some bound w
code/3rd_party/scip/scip/scip_expr.c:1717
↓ 31 callersFunctionSCIPgetLPBranchCands
gets branching candidates for LP solution branching (fractional variables) along with solution values, * fractionalities, and number of branching ca
code/3rd_party/scip/scip/scip_branch.c:395
↓ 31 callersFunctionSCIPlpGetObjval
gets objective value of current LP * * @note This method returns the objective value of the current LP solution, which might be primal or dual infe
code/3rd_party/scip/scip/lp.c:13122
↓ 31 callersFunctionSCIPmatrixGetRowRhs
get right-hand-side of row */
code/3rd_party/scip/scip/matrix.c:1723
↓ 31 callersFunctionSCIPsetEpsilon
returns value treated as zero */
code/3rd_party/scip/scip/set.c:6023
↓ 31 callersFunctionSCIPsolFree
frees primal CIP solution */
code/3rd_party/scip/scip/sol.c:801
↓ 31 callersFunctionforward_sparse_jacobian_unary_op
code/3rd_party/scip/cppad/local/sparse_unary_op.hpp:66
↓ 31 callersMethodnumColsReal
returns number of columns
code/3rd_party/soplex/src/soplex.cpp:806
↓ 31 callersFunctionreverse_sparse_jacobian_unary_op
code/3rd_party/scip/cppad/local/sparse_unary_op.hpp:127
↓ 31 callersFunctionwarn
Similar to Python `warnings.warn()`
code/3rd_party/pybind11/include/pybind11/warnings.h:60
↓ 31 callersMethodz
code/3rd_party/QGLViewer/QGLViewer/VRender/Vector3.h:39
↓ 30 callersFunctionLE
returns \c true iff a <= b + eps
code/3rd_party/soplex/src/spxdefines.h:398
↓ 30 callersMethodRange
number of dependent variables
code/3rd_party/scip/cppad/core/ad_fun.hpp:555
↓ 30 callersFunctionSCIPcaptureCons
increases usage counter of constraint * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \
code/3rd_party/scip/scip/scip_cons.c:1084
↓ 30 callersFunctionSCIPdigraphGetNodeData
returns the node data, or NULL if no data exist */
code/3rd_party/scip/scip/misc.c:7667
↓ 30 callersFunctionSCIPexpriterSetStagesDFS
specifies in which stages to stop a DFS iterator * * Parameter `stopstages` should be a bitwise OR of different \ref SCIP_EXPRITER_STAGE values *
code/3rd_party/scip/scip/expriter.c:663
↓ 30 callersFunctionSCIPfclose
code/3rd_party/scip/scip/fileio.c:139
↓ 30 callersFunctionSCIPgetDualbound
gets global dual bound * * @return the global dual bound * * @pre This method can be called if SCIP is in one of the following stages: *
code/3rd_party/scip/scip/scip_solvingstats.c:1348
↓ 30 callersFunctionSCIPgetSolTransObj
returns transformed objective value of primal CIP solution, or transformed current LP/pseudo objective value * * @return transformed objective valu
code/3rd_party/scip/scip/scip_sol.c:1491
↓ 30 callersFunctionSCIPgetValueExprValue
gets the value of a constant value expression */
code/3rd_party/scip/scip/expr_value.c:294
↓ 30 callersFunctionSCIPinferVarUbCons
changes upper bound of variable in preprocessing or in the current node, if the new bound is tighter * (w.r.t. bound strengthening epsilon) than the
code/3rd_party/scip/scip/scip_var.c:5621
← previousnext →501–600 of 17,984, ranked by callers