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
↓ 26 callers
Function
SCIPlpiSetIntpar
sets integer parameter of LP */
code/3rd_party/scip/lpi/lpi_msk.c:5157
↓ 26 callers
Function
SCIPsetReaderCopy
set copy method of reader * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref *
code/3rd_party/scip/scip/scip_reader.c:147
↓ 26 callers
Function
SCIPsolGetIndex
returns unique index of given solution */
code/3rd_party/scip/scip/sol.c:2644
↓ 26 callers
Function
SCIPstartProbing
initiates probing, making methods SCIPnewProbingNode(), SCIPbacktrackProbing(), SCIPchgVarLbProbing(), * SCIPchgVarUbProbing(), SCIPfixVarProbing(),
code/3rd_party/scip/scip/scip_probing.c:119
↓ 26 callers
Function
SCIPtreeGetFocusNode
gets focus node of the tree */
code/3rd_party/scip/scip/tree.c:8311
↓ 26 callers
Function
SCIPvarGetMultaggrVars
gets vector of aggregation variables y of a multi aggregated variable x = a0*y0 + ... + a(n-1)*y(n-1) + c */
code/3rd_party/scip/scip/var.c:17698
↓ 26 callers
Function
SCIPvarGetRootSol
returns the solution of the variable in the last root node's relaxation, if the root relaxation is not yet * completely solved, zero is returned */
code/3rd_party/scip/scip/var.c:13357
↓ 26 callers
Function
SCIPvarGetUbOriginal
gets original upper bound of original problem variable (i.e. the bound set in problem creation) */
code/3rd_party/scip/scip/var.c:17884
↓ 26 callers
Method
coDim
codimension.
code/3rd_party/soplex/src/spxsolver.h:1066
↓ 26 callers
Method
readLine
read a MPS format data line and parse the fields.
code/3rd_party/soplex/src/mpsinput.cpp:57
↓ 26 callers
Method
syntaxError
----------------------------------- @name Warnings and Errors */ @{
code/3rd_party/soplex/src/mpsinput.h:198
↓ 25 callers
Function
SCIPanalyzeConflictCons
analyzes conflict bounds that were added with calls to SCIPaddConflictLb(), SCIPaddConflictUb(), * SCIPaddConflictBd(), SCIPaddConflictRelaxedLb(),
code/3rd_party/scip/scip/scip_conflict.c:703
↓ 25 callers
Function
SCIPbendersGetData
gets user data of Benders' decomposition */
code/3rd_party/scip/scip/benders.c:5729
↓ 25 callers
Function
SCIPcliqueGetVars
gets array of active problem variables in the cliques */
code/3rd_party/scip/scip/implics.c:3377
↓ 25 callers
Function
SCIPcopyLimits
copies limits from source SCIP to target SCIP * * @note time and memory limit are reduced by the amount already spent in the source SCIP before ins
code/3rd_party/scip/scip/scip_copy.c:3287
↓ 25 callers
Function
SCIPcreateConsSetpack
creates and captures a set packing constraint * * @note the constraint gets captured, hence at one point you have to release it using the method SC
code/3rd_party/scip/scip/cons_setppc.c:9264
↓ 25 callers
Function
SCIPcreateExprValue
creates constant value expression */
code/3rd_party/scip/scip/expr_value.c:270
↓ 25 callers
Function
SCIPgetLPFeastol
gets current primal feasibility tolerance of LP */
code/3rd_party/scip/scip/scip_lp.c:428
↓ 25 callers
Function
SCIPgetLhsNonlinear
gets the left hand side of a nonlinear constraint */
code/3rd_party/scip/scip/cons_nonlinear.c:12277
↓ 25 callers
Function
SCIPgetNObjVars
gets number of active problem variables with a non-zero objective coefficient * * @note In case of the original problem the number of variables is
code/3rd_party/scip/scip/scip_prob.c:2228
↓ 25 callers
Function
SCIPgetNPseudoBranchCands
gets number of branching candidates for pseudo solution branching (non-fixed variables) * * @return the number branching candidates for pseudo solu
code/3rd_party/scip/scip/scip_branch.c:758
↓ 25 callers
Function
SCIPgetRhsNonlinear
gets the right hand side of a nonlinear constraint */
code/3rd_party/scip/scip/cons_nonlinear.c:12293
↓ 25 callers
Function
SCIPgetSols
gets array of feasible primal solutions stored in the solution storage in case the problem is transformed; in case * if the problem stage is in SCIP
code/3rd_party/scip/scip/scip_sol.c:2263
↓ 25 callers
Function
SCIPincConsAge
increases age of constraint by 1.0; * should be called * - in constraint separation, if no cut was found for this constraint, * - in constrain
code/3rd_party/scip/scip/scip_cons.c:1730
↓ 25 callers
Function
SCIPincludeSepaBasic
creates a separator and includes it in SCIP with its most fundamental callbacks. All non-fundamental * (or optional) callbacks as, e.g., init and ex
code/3rd_party/scip/scip/scip_sepa.c:109
↓ 25 callers
Function
SCIPmatrixFree
frees the constraint matrix */
code/3rd_party/scip/scip/matrix.c:1041
↓ 25 callers
Function
SCIPmatrixGetRowIdxPtr
get row based start pointer of column indices */
code/3rd_party/scip/scip/matrix.c:1665
↓ 25 callers
Function
SCIPnlhdlrGetData
gives handler data of nonlinear handler */
code/3rd_party/scip/scip/nlhdlr.c:200
↓ 25 callers
Function
SCIPparamGetName
returns name of parameter */
code/3rd_party/scip/scip/paramset.c:659
↓ 25 callers
Function
SCIPprobAllColsInLP
returns TRUE iff all columns, i.e. every variable with non-empty column w.r.t. all ever created rows, are present * in the LP, and FALSE, if there a
code/3rd_party/scip/scip/prob.c:2309
↓ 25 callers
Function
SCIPsetConshdlrPresol
sets presolving method of constraint handler * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed
code/3rd_party/scip/scip/scip_cons.c:534
↓ 25 callers
Function
SCIPtreeGetRootNode
gets the root node of the tree */
code/3rd_party/scip/scip/tree.c:8453
↓ 25 callers
Function
SCIPvarGetCliques
gets array of cliques, the active variable is contained in */
code/3rd_party/scip/scip/var.c:18281
↓ 25 callers
Function
SCIPvarGetProbvarBinary
gets corresponding active, fixed, or multi-aggregated problem variable of a binary variable and updates the given * negation status (this means you
code/3rd_party/scip/scip/var.c:12317
↓ 25 callers
Function
SCIPvarsHaveCommonClique
returns whether there is a clique that contains both given variable/value pairs; * the variables must be active binary variables; * if regardimpli
code/3rd_party/scip/scip/var.c:11482
↓ 25 callers
Method
add_element
----------------------------------------------------------------- ! Add one element to a set. \param i is the index for this set in the vector of
code/3rd_party/scip/cppad/local/sparse_list.hpp:825
↓ 25 callers
Function
conshdlrAreUpdatesDelayed
returns whether the constraint updates of the constraint handler are currently delayed */
code/3rd_party/scip/scip/cons.c:324
↓ 25 callers
Function
debugSolutionAvailable
checks whether the parameter is specified */
code/3rd_party/scip/scip/debug.c:112
↓ 25 callers
Method
id
------------------------------------ @name Variables and Covariables * Class SPxLP introduces \ref soplex::SPxId "SPxIds" to identify * row
code/3rd_party/soplex/src/spxsolver.h:1084
↓ 25 callers
Method
norm
----------------------------------------------------------------------------- Norm
code/3rd_party/QGLViewer/QGLViewer/VRender/Vector2.cpp:63
↓ 25 callers
Function
syntaxError
issues an error message and marks the PIP data to have errors */
code/3rd_party/scip/scip/reader_pip.c:151
↓ 25 callers
Method
time
code/3rd_party/QGLViewer/QGLViewer/keyFrameInterpolator.h:315
↓ 24 callers
Function
SCIPaddClique
adds a clique information to SCIP, stating that at most one of the given binary variables can be set to 1; * if a variable appears twice in the same
code/3rd_party/scip/scip/scip_var.c:6927
↓ 24 callers
Function
SCIPaddConsNode
adds constraint to the given node (and all of its subnodes), even if it is a global constraint; * It is sometimes desirable to add the constraint to
code/3rd_party/scip/scip/scip_prob.c:3331
↓ 24 callers
Function
SCIPbacktrackProbing
undoes all changes to the problem applied in probing up to the given probing depth; * the changes of the probing node of the given probing depth are
code/3rd_party/scip/scip/scip_probing.c:225
↓ 24 callers
Function
SCIPbenderscutGetData
gets user data of the Benders' decomposition cut */
code/3rd_party/scip/scip/benderscut.c:403
↓ 24 callers
Function
SCIPbranchGetScore
calculates the branching score out of the gain predictions for a binary branching */
code/3rd_party/scip/scip/branch.c:2190
↓ 24 callers
Function
SCIPcliqueGetValues
gets array of values of active problem variables in the cliques, i.e. whether the variable is fixed to FALSE or * to TRUE in the clique */
code/3rd_party/scip/scip/implics.c:3389
↓ 24 callers
Function
SCIPcolIsIntegral
returns whether the associated variable is of integral type (binary, integer, implicit integer) */
code/3rd_party/scip/scip/lp.c:17064
↓ 24 callers
Function
SCIPcomputeVarLbLocal
for a multi-aggregated variable, returns the local lower bound computed by adding the local bounds from all aggregation variables * * This local bo
code/3rd_party/scip/scip/scip_var.c:6511
↓ 24 callers
Function
SCIPfindHeur
returns the primal heuristic of the given name, or NULL if not existing */
code/3rd_party/scip/scip/scip_heur.c:258
↓ 24 callers
Function
SCIPgetExprNonlinear
returns the expression of the given nonlinear constraint */
code/3rd_party/scip/scip/cons_nonlinear.c:12261
↓ 24 callers
Function
SCIPgetNLPSolstat
gets solution status of current NLP * * @pre This method can be called if SCIP is in one of the following stages: * - \ref SCIP_STAGE_INITSO
code/3rd_party/scip/scip/scip_nlp.c:541
↓ 24 callers
Function
SCIPgetVarsAnd
gets array of variables in AND-constraint */
code/3rd_party/scip/scip/cons_and.c:5180
↓ 24 callers
Function
SCIPhashtableRemove
removes element from the hash table, if it exists */
code/3rd_party/scip/scip/misc.c:2626
↓ 24 callers
Function
SCIPlpiGetSolverName
gets name and version of LP solver */
code/3rd_party/scip/lpi/lpi_msk.c:757
↓ 24 callers
Function
SCIPmatrixGetColValPtr
get column based start pointer of values */
code/3rd_party/scip/scip/matrix.c:1537
↓ 24 callers
Function
SCIPmatrixIsRowRhsInfinity
flag indicating if right-hand-side of row is infinity */
code/3rd_party/scip/scip/matrix.c:1735
↓ 24 callers
Function
SCIPnodeselGetData
gets user data of node selector */
code/3rd_party/scip/scip/nodesel.c:1120
↓ 24 callers
Function
SCIPreleaseNlRow
decreases usage counter of a nonlinear row, and frees memory if necessary * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a
code/3rd_party/scip/scip/scip_nlp.c:1025
↓ 24 callers
Function
SCIPsetConshdlrDelete
sets method of constraint handler to free specific constraint data * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitabl
code/3rd_party/scip/scip/scip_cons.c:572
↓ 24 callers
Function
SCIPsolGetOrigObj
gets objective value of primal CIP solution which lives in the original problem space */
code/3rd_party/scip/scip/sol.c:2550
↓ 24 callers
Function
SCIPsolGetVal
returns value of variable in primal CIP solution */
code/3rd_party/scip/scip/sol.c:1347
↓ 24 callers
Function
SCIPtransformProb
initializes solving data structures and transforms problem * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error
code/3rd_party/scip/scip/scip_solve.c:367
↓ 24 callers
Function
SCIPtreeHasCurrentNodeLP
returns, whether the LP was or is to be solved in the current node */
code/3rd_party/scip/scip/tree.c:8420
↓ 24 callers
Method
add_vertex
code/model/map_builder.cpp:136
↓ 24 callers
Function
cast
code/3rd_party/pybind11/include/pybind11/cast.h:1225
↓ 24 callers
Function
dot
code/math/vecg.h:208
↓ 24 callers
Method
feastol
code/3rd_party/soplex/src/spxmainsm.h:1312
↓ 24 callers
Function
paramSetBool
if a bool parameter exits with the given parameter name it is set to the new value */
code/3rd_party/scip/scip/paramset.c:343
↓ 24 callers
Function
printRecord
output two strings in columns 1 and 2 with computed widths */
code/3rd_party/scip/scip/reader_mps.c:2749
↓ 24 callers
Method
setVerbosity
----------------------------------- @name Verbosity */ @{
code/3rd_party/soplex/src/spxout.h:110
↓ 23 callers
Function
SCIPaddRowprepTerm
adds a term coef*var to a rowprep */
code/3rd_party/scip/scip/misc_rowprep.c:890
↓ 23 callers
Function
SCIPexpriterFree
frees an expression iterator */
code/3rd_party/scip/scip/expriter.c:445
↓ 23 callers
Function
SCIPgetBranchScore
calculates the branching score out of the gain predictions for a binary branching * * @return the branching score out of the gain predictions for a
code/3rd_party/scip/scip/scip_branch.c:849
↓ 23 callers
Function
SCIPgetLPRows
gets current LP rows * * @return the current LP rows. * * @pre This method can be called if @p scip is in one of the following stages: *
code/3rd_party/scip/scip/scip_lp.c:605
↓ 23 callers
Function
SCIPgetNCliques
gets the number of cliques in the clique table * * @return number of cliques in the clique table * * @note cliques do not get automatically clea
code/3rd_party/scip/scip/scip_var.c:7581
↓ 23 callers
Function
SCIPgetVarsSetppc
gets array of variables in set partitioning / packing / covering constraint */
code/3rd_party/scip/scip/cons_setppc.c:9423
↓ 23 callers
Function
SCIPhashmapRemove
removes origin->image pair from the hash map, if it exists */
code/3rd_party/scip/scip/misc.c:3388
↓ 23 callers
Function
SCIPinRepropagation
returns whether the current node is already solved and only propagated again * * @return TRUE is returned if \SCIP performance repropagation, other
code/3rd_party/scip/scip/scip_tree.c:146
↓ 23 callers
Function
SCIPisCutEfficacious
returns whether the cut's efficacy with respect to the given primal solution or the current LP solution is greater * than the minimal cut efficacy
code/3rd_party/scip/scip/scip_cut.c:117
↓ 23 callers
Function
SCIPlpiGetNCols
gets the number of columns in the LP */
code/3rd_party/scip/lpi/lpi_grb.c:2501
↓ 23 callers
Function
SCIPmatrixGetNRows
get number of rows of the matrix */
code/3rd_party/scip/scip/matrix.c:1701
↓ 23 callers
Function
SCIPmatrixGetRowValPtr
get row based start pointer of values */
code/3rd_party/scip/scip/matrix.c:1653
↓ 23 callers
Function
SCIPnlpiGetData
gets data of an NLPI */
code/3rd_party/scip/scip/nlpi.c:712
↓ 23 callers
Function
SCIPnodeGetReoptID
gets the unique id to identify the node during reoptimization; the id is 0 if the node is the root or not part of * the reoptimization tree */
code/3rd_party/scip/scip/tree.c:7514
↓ 23 callers
Function
SCIPsetConshdlrPrint
sets constraint display method of constraint handler * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code i
code/3rd_party/scip/scip/scip_cons.c:779
↓ 23 callers
Function
SCIPsetConshdlrTrans
sets method of constraint handler to transform constraint data into data belonging to the transformed problem * * @return \ref SCIP_OKAY is returne
code/3rd_party/scip/scip/scip_cons.c:595
↓ 23 callers
Function
SCIPsetReaderRead
set read method of reader * * @return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref *
code/3rd_party/scip/scip/scip_reader.c:195
↓ 23 callers
Function
SCIPstrToRealValue
extract the next token as a double value if it is one; in case no value is parsed the endptr is set to @p str * * @return Returns TRUE if a value c
code/3rd_party/scip/scip/misc.c:10865
↓ 23 callers
Function
SCIPupdateNodeLowerbound
if given value is larger than the node's lower bound (in transformed problem), sets the node's lower bound * to the new value * * @return \ref SC
code/3rd_party/scip/scip/scip_prob.c:3765
↓ 23 callers
Function
SCIPvarGetVlbVars
gets array with bounding variables z_i in variable lower bounds x >= b_i*z_i + d_i of given variable x; * the variable bounds are sorted by increasi
code/3rd_party/scip/scip/var.c:18122
↓ 23 callers
Function
SCIPvarIsRelaxationOnly
returns whether a variable has been introduced to define a relaxation * * These variables are only valid for the current SCIP solve round, * they a
code/3rd_party/scip/scip/var.c:17546
↓ 23 callers
Function
SCIPvarMayRoundDown
is it possible, to round variable down and stay feasible? * * @note This method will always check w.r.t variable locks of type model */
code/3rd_party/scip/scip/var.c:3442
↓ 23 callers
Function
SCIPvarMayRoundUp
is it possible, to round variable up and stay feasible? * * @note This method will always check w.r.t. variable locks of type model */
code/3rd_party/scip/scip/var.c:3453
↓ 23 callers
Method
begin
code/basic/dlist.h:331
↓ 23 callers
Method
clear
free memory and set number of elements to zero
code/3rd_party/scip/cppad/utility/vector.hpp:418
↓ 23 callers
Method
has
Is \p k a valid DataKey of an element in DataSet?
code/3rd_party/soplex/src/dataset.h:430
↓ 23 callers
Function
invalidateSolution
marks the current LP to be unsolved */
code/3rd_party/scip/lpi/lpi_msk.c:455
↓ 23 callers
Method
last
returns the IsList's last element.
code/3rd_party/soplex/src/islist.h:310
← previous
next →
701–800 of 17,984, ranked by callers