MCPcopy Create free account

hub / github.com/LiangliangNan/PolyFit / functions

Functions17,984 in github.com/LiangliangNan/PolyFit

↓ 177 callersFunctionSCIPisFeasPositive
checks, if value is greater than feasibility tolerance */
code/3rd_party/scip/scip/scip_numerics.c:859
↓ 176 callersFunctionSCIPhashmapCreate
creates a hash map mapping pointers to pointers */
code/3rd_party/scip/scip/misc.c:3023
↓ 175 callersFunctionSCIPisFeasLT
checks, if relative difference val1 and val2 is lower than feasibility tolerance */
code/3rd_party/scip/scip/scip_numerics.c:795
↓ 174 callersFunctionSCIPisFeasNegative
checks, if value is lower than -feasibility tolerance */
code/3rd_party/scip/scip/scip_numerics.c:871
↓ 171 callersFunctionSCIPgetVars
gets array with active problem variables * * @return array with active problem variables * * @pre This method can be called if @p scip is in one
code/3rd_party/scip/scip/scip_prob.c:1955
↓ 171 callersFunctionSCIPisStopped
returns whether the solving process should be / was stopped before proving optimality; * if the solving process should be / was stopped, the status
code/3rd_party/scip/scip/scip_general.c:703
↓ 170 callersMethodadd
code/3rd_party/soplex/src/idxset.cpp:41
↓ 168 callersFunctionSCIPreleaseVar
decreases usage counter of variable, if the usage pointer reaches zero the variable gets freed * * @return \ref SCIP_OKAY is returned if everything
code/3rd_party/scip/scip/scip_var.c:1254
↓ 168 callersFunctionSCIPsetIsZero
checks, if value is in range epsilon of 0.0 */
code/3rd_party/scip/scip/set.c:6248
↓ 167 callersFunctionSCIPclockStop
stops measurement of time in the given clock */
code/3rd_party/scip/scip/clock.c:360
↓ 167 callersFunctionSCIPvarIsIntegral
returns whether variable is of integral type (binary, integer, or implicit integer) */
code/3rd_party/scip/scip/var.c:17450
↓ 167 callersMethoddelta
guaranteed primal and dual bound violation for optimal solution, returning the maximum of feastol() and opttol(), i.e., the less tight tolerance.
code/3rd_party/soplex/src/spxsolver.h:807
↓ 166 callersFunctionSCIPclockStart
starts measurement of time in the given clock */
code/3rd_party/scip/scip/clock.c:290
↓ 166 callersFunctionSCIPlpGetSolstat
gets solution status of current LP */
code/3rd_party/scip/scip/lp.c:13106
↓ 164 callersFunctionSCIPgetVarExprVar
gets the variable of a variable expression */
code/3rd_party/scip/scip/expr_var.c:416
↓ 163 callersFunctionSCIPconsIsRemovable
returns TRUE iff constraint's relaxation should be removed from the LP due to aging or cleanup */
code/3rd_party/scip/scip/cons.c:8361
↓ 163 callersFunctionSCIPgetBestSol
gets best feasible primal solution found so far if the problem is transformed; in case the problem is in * SCIP_STAGE_PROBLEM it returns the best so
code/3rd_party/scip/scip/scip_sol.c:2313
↓ 163 callersFunctionconst_name
code/3rd_party/pybind11/include/pybind11/detail/descr.h:60
↓ 161 callersFunctionSCIPconsIsLocal
returns TRUE iff constraint is only locally valid or not added to any (sub)problem */
code/3rd_party/scip/scip/cons.c:8331
↓ 161 callersMethodreSize
code/3rd_party/soplex/src/spxdesc.cpp:94
↓ 159 callersFunctionSCIPhashmapGetImageInt
retrieves image of given origin from the hash map, or INT_MAX if no image exists */
code/3rd_party/scip/scip/misc.c:3230
↓ 158 callersFunctioncamera
! Returns the associated Camera. Set using the CameraConstraint constructor. */
code/3rd_party/QGLViewer/QGLViewer/constraint.h:337
↓ 158 callersMethodclear
code/3rd_party/soplex/src/nameset.cpp:131
↓ 157 callersFunctionmove
code/3rd_party/pybind11/include/pybind11/cast.h:1295
↓ 156 callersFunctionSCIPisNegative
checks, if value is lower than -epsilon */
code/3rd_party/scip/scip/scip_numerics.c:584
↓ 152 callersFunctionSCIPgetUpperbound
gets global upper (primal) bound in transformed problem (objective value of best solution or user objective limit) * * @return the global upper (pr
code/3rd_party/scip/scip/scip_solvingstats.c:1555
↓ 150 callersFunctionSCIPconsIsInitial
returns TRUE iff the LP relaxation of constraint should be in the initial LP */
code/3rd_party/scip/scip/cons.c:8261
↓ 150 callersMethodx
--------------------------------------------------------------------------- @name Access methods @{
code/3rd_party/QGLViewer/QGLViewer/VRender/Vector2.h:33
↓ 149 callersFunctionSCIPisFeasGT
checks, if relative difference of val1 and val2 is greater than feastol */
code/3rd_party/scip/scip/scip_numerics.c:821
↓ 149 callersFunctionSCIPisFeasLE
checks, if relative difference of val1 and val2 is not greater than feasibility tolerance */
code/3rd_party/scip/scip/scip_numerics.c:808
↓ 148 callersFunctionazmul
code/3rd_party/scip/cppad/core/azmul.hpp:93
↓ 147 callersMethody
code/3rd_party/QGLViewer/QGLViewer/VRender/Vector2.h:34
↓ 146 callersFunctionSCIPconvertRealToInt
converts the given real number representing an integer to an int; in optimized mode the function gets inlined for * performance; in debug mode we ch
code/3rd_party/scip/scip/scip_numerics.c:1290
↓ 145 callersFunctionSCIPfixVar
in problem creation and solving stage, both bounds of the variable are set to the given value; * in presolving stage, the variable is converted into
code/3rd_party/scip/scip/scip_var.c:8282
↓ 144 callersFunctionSCIPconsIsDeleted
returns TRUE iff constraint is deleted or marked to be deleted */
code/3rd_party/scip/scip/cons.c:8221
↓ 143 callersFunctionSCIPsetBoolParam
changes the value of an existing SCIP_Bool parameter * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code i
code/3rd_party/scip/scip/scip_param.c:429
↓ 143 callersFunctionSCIPvarGetNLocksDownType
gets number of locks for rounding down of a special type */
code/3rd_party/scip/scip/var.c:3297
↓ 143 callersFunctionSCIPvarGetNLocksUpType
gets number of locks for rounding up of a special type */
code/3rd_party/scip/scip/var.c:3355
↓ 142 callersMethodopposite
code/model/map_circulators.h:96
↓ 141 callersFunctionSCIPfeasFloor
rounds value + feasibility tolerance down to the next integer */
code/3rd_party/scip/scip/scip_numerics.c:907
↓ 141 callersMethodcolStatus
returns status of column \p i.
code/3rd_party/soplex/src/spxbasis.h:259
↓ 140 callersFunctionSCIPgetLPSolstat
gets solution status of current LP * * @return the solution status of current LP. * * @pre This method can be called if @p scip is in one of the
code/3rd_party/scip/scip/scip_lp.c:168
↓ 138 callersFunctionSCIProwGetRhs
returns the right hand side of the row */
code/3rd_party/scip/scip/lp.c:17294
↓ 136 callersMethodPutArg
code/3rd_party/scip/cppad/local/recorder.hpp:392
↓ 136 callersMethodPutOp
code/3rd_party/scip/cppad/local/recorder.hpp:185
↓ 136 callersFunctionSCIPsetAddBoolParam
creates a SCIP_Bool parameter, sets it to its default value, and adds it to the parameter set */
code/3rd_party/scip/scip/set.c:2928
↓ 134 callersFunctionSCIPfeastol
returns feasibility tolerance for constraints * * @return feasibility tolerance for constraints */
code/3rd_party/scip/scip/scip_numerics.c:167
↓ 134 callersFunctionSCIPvarGetNegationVar
gets the negation variable x of a negated variable x' = offset - x */
code/3rd_party/scip/scip/var.c:17744
↓ 133 callersFunctionSCIPgetNBinVars
gets number of binary active problem variables * * @return the number of binary active problem variables * * @pre This method can be called if @
code/3rd_party/scip/scip/scip_prob.c:2045
↓ 132 callersFunctionSCIPgetNNodes
gets number of processed nodes in current run, including the focus node * * @return the number of processed nodes in current run, including the foc
code/3rd_party/scip/scip/scip_solvingstats.c:212
↓ 132 callersFunctionSCIProwGetLhs
returns the left hand side of the row */
code/3rd_party/scip/scip/lp.c:17284
↓ 131 callersFunctionSCIPconsIsSeparated
returns TRUE iff constraint should be separated during LP processing */
code/3rd_party/scip/scip/cons.c:8271
↓ 131 callersFunctionSCIPfreeSol
frees primal CIP solution * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref *
code/3rd_party/scip/scip/scip_sol.c:985
↓ 131 callersFunctionSCIPmatrixGetVar
get variable pointer of column */
code/3rd_party/scip/scip/matrix.c:1629
↓ 130 callersFunctionSCIPconsIsEnforced
returns TRUE iff constraint should be enforced during node processing */
code/3rd_party/scip/scip/cons.c:8281
↓ 130 callersMethodend
code/model/kdtree_search.cpp:45
↓ 129 callersFunctionSCIPclockGetTime
gets the used time of this clock in seconds */
code/3rd_party/scip/scip/clock.c:438
↓ 129 callersFunctionSCIPisParamFixed
gets the fixing status of an existing parameter * * @return TRUE if the parameter is fixed to a value, otherwise FALSE. */
code/3rd_party/scip/scip/scip_param.c:219
↓ 129 callersMethodend
----------------------------------------------------------------- ! Fetch end for this vector of sets object. \return is the maximum element value
code/3rd_party/scip/cppad/local/sparse_list.hpp:1289
↓ 128 callersFunctionSCIPsetSolVal
sets value of variable in primal CIP solution * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passe
code/3rd_party/scip/scip/scip_sol.c:1221
↓ 127 callersFunctionSCIPconsIsDynamic
returns TRUE iff constraint is subject to aging */
code/3rd_party/scip/scip/cons.c:8351
↓ 125 callersFunctionSCIPaddVar
adds variable to the problem * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref *
code/3rd_party/scip/scip/scip_prob.c:1676
↓ 125 callersFunctionSCIPnodeGetNumber
gets successively assigned number of the node */
code/3rd_party/scip/scip/tree.c:7443
↓ 124 callersFunctionSCIPgetExprAuxVarNonlinear
returns the variable used for linearizing a given expression (return value might be NULL) * * @note for variable expression it returns the correspon
code/3rd_party/scip/scip/cons_nonlinear.c:12789
↓ 123 callersFunctionSCIPcolGetVar
gets variable this column represents */
code/3rd_party/scip/scip/lp.c:17034
↓ 123 callersFunctionSCIPconsIsPropagated
returns TRUE iff constraint should be propagated during node processing */
code/3rd_party/scip/scip/cons.c:8311
↓ 123 callersFunctionSCIPinProbing
returns whether we are in probing mode; probing mode is activated via SCIPstartProbing() and stopped * via SCIPendProbing() * * @return TRUE, if
code/3rd_party/scip/scip/scip_probing.c:97
↓ 120 callersFunctionSCIPgetCutoffbound
gets global cutoff bound in transformed problem: a sub problem with lower bound larger than the cutoff * cannot contain a better feasible solution;
code/3rd_party/scip/scip/scip_solvingstats.c:1585
↓ 120 callersFunctionSCIPgetVarsData
gets variables of the problem along with the numbers of different variable types; data may become invalid after * calls to SCIPchgVarType(), SCIPfix
code/3rd_party/scip/scip/scip_prob.c:1874
↓ 119 callersFunctionSCIPconsIsStickingAtNode
returns TRUE iff constraint's relaxation should be removed from the LP due to aging or cleanup */
code/3rd_party/scip/scip/cons.c:8371
↓ 119 callersFunctionSCIPconsIsTransformed
returns TRUE iff constraint is belonging to transformed space */
code/3rd_party/scip/scip/cons.c:8401
↓ 119 callersFunctionSCIPisFeasGE
checks, if relative difference of val1 and val2 is not lower than -feastol */
code/3rd_party/scip/scip/scip_numerics.c:834
↓ 119 callersFunctionSCIPsetAddIntParam
creates an int parameter, sets it to its default value, and adds it to the parameter set */
code/3rd_party/scip/scip/set.c:2950
↓ 118 callersFunctionSCIPresetConsAge
resets age of constraint to zero; * should be called * - in constraint separation, if a cut was found for this constraint, * - in constraint e
code/3rd_party/scip/scip/scip_cons.c:1758
↓ 116 callersFunctionSCIPaddVarToRow
resolves variable to columns and adds them with the coefficient to the row * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a
code/3rd_party/scip/scip/scip_lp.c:1695
↓ 116 callersFunctionSCIPhashtableRetrieve
retrieve element with key from hash table, returns NULL if not existing */
code/3rd_party/scip/scip/misc.c:2557
↓ 115 callersFunctionSCIPcalcMemGrowSize
calculate memory size for dynamically allocated arrays * * @return the memory size for dynamically allocated arrays. */
code/3rd_party/scip/scip/scip_mem.c:139
↓ 114 callersFunctionSCIPreleaseRow
decreases usage counter of LP row, and frees memory if necessary * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable
code/3rd_party/scip/scip/scip_lp.c:1562
↓ 114 callersFunctionSCIPvarGetCol
gets column of COLUMN variable */
code/3rd_party/scip/scip/var.c:17629
↓ 112 callersFunctionSCIPaddCoefLinear
adds coefficient to linear constraint (if it is not zero) */
code/3rd_party/scip/scip/cons_linear.c:18173
↓ 112 callersFunctionSCIPcreateConsLinear
creates and captures a linear constraint * * @note the constraint gets captured, hence at one point you have to release it using the method SCIPrel
code/3rd_party/scip/scip/cons_linear.c:17832
↓ 110 callersMethodnext
code/model/map_circulators.h:97
↓ 109 callersFunctionSCIPdialoghdlrAddHistory
adds a command to the command history of the dialog handler; if a dialog is given, the command is preceeded * by the dialog's command path; if no co
code/3rd_party/scip/scip/dialog.c:726
↓ 109 callersFunctionSCIPnodeGetLowerbound
gets the lower bound of the node */
code/3rd_party/scip/scip/tree.c:7463
↓ 108 callersFunctionSCIPfloor
rounds value + epsilon down to the next integer */
code/3rd_party/scip/scip/scip_numerics.c:633
↓ 108 callersFunctionsize
number of elements in the vector
code/3rd_party/scip/cppad/core/vec_ad.hpp:519
↓ 107 callersFunctionSCIPexprGetHdlr
gets the expression handler of an expression * * This identifies the type of the expression (sum, variable, ...). */
code/3rd_party/scip/scip/expr.c:3831
↓ 107 callersFunctionSCIPmessagePrintVerbInfo
prints a message depending on the verbosity level, acting like the printf() command */
code/3rd_party/scip/scip/message.c:678
↓ 106 callersFunctionSCIPintervalIsEmpty
indicates whether interval is empty, i.e., whether inf > sup */
code/3rd_party/scip/scip/intervalarith.c:455
↓ 106 callersFunctionSCIPvarIsTransformed
returns whether the variable belongs to the transformed problem */
code/3rd_party/scip/scip/var.c:17401
↓ 105 callersFunctionSCIPsetCalcMemGrowSize
calculate memory size for dynamically allocated arrays */
code/3rd_party/scip/scip/set.c:5715
↓ 104 callersFunctionSCIPdialoghdlrGetRoot
returns the root dialog of the dialog handler */
code/3rd_party/scip/scip/dialog.c:436
↓ 104 callersFunctionSCIPexprGetEvalValue
gives the value from the last evaluation of an expression (or SCIP_INVALID if there was an eval error) * * @see SCIPevalExpr to evaluate the express
code/3rd_party/scip/scip/expr.c:3882
↓ 103 callersMethodn_set
----------------------------------------------------------------- ! Fetch n_set for vector of sets object. \return Number of from sets for this vec
code/3rd_party/scip/cppad/local/sparse_list.hpp:1281
↓ 103 callersFunctionspxLdexp
returns x * 2^exp
code/3rd_party/soplex/src/spxdefines.h:316
↓ 102 callersFunctionSCIPgetStatus
gets solution status * * @return SCIP solution status * * See \ref SCIP_Status "SCIP_STATUS" for a complete list of all possible solving status.
code/3rd_party/scip/scip/scip_general.c:483
↓ 102 callersFunctionSCIPisExprVar
returns whether an expression is a variable expression */
code/3rd_party/scip/scip/scip_expr.c:1430
↓ 101 callersFunctionSCIPfeasCeil
rounds value - feasibility tolerance up to the next integer */
code/3rd_party/scip/scip/scip_numerics.c:919
↓ 101 callersFunctionSCIPsetIsLT
checks, if val1 is (more than epsilon) lower than val2 */
code/3rd_party/scip/scip/set.c:6176
↓ 101 callersFunctionrationalToString
convert rational number to string
code/3rd_party/soplex/src/rational.cpp:1946
← previousnext →101–200 of 17,984, ranked by callers