MCPcopy Create free account

hub / github.com/ERGO-Code/HiGHS / functions

Functions6,874 in github.com/ERGO-Code/HiGHS

↓ 1 callersMethodHighs_changeObjectiveOffset
(IntPtr highs, double offset)
highs/interfaces/highs_csharp_api.cs:469
↓ 1 callersMethodHighs_changeObjectiveSense
(IntPtr highs, int sense)
highs/interfaces/highs_csharp_api.cs:400
↓ 1 callersMethodHighs_changeRowBounds
(IntPtr highs, int row, double lower, double upper)
highs/interfaces/highs_csharp_api.cs:424
↓ 1 callersMethodHighs_changeRowsBoundsByMask
(IntPtr highs, int[] mask, double[] lower, double[] upper)
highs/interfaces/highs_csharp_api.cs:433
↓ 1 callersMethodHighs_changeRowsBoundsByRange
(IntPtr highs, int from_row, int to_row, double[] lower, double[] upper)
highs/interfaces/highs_csharp_api.cs:427
↓ 1 callersMethodHighs_changeRowsBoundsBySet
(IntPtr highs, int num_set_entries, int[] set, double[] lower, double[] upper)
highs/interfaces/highs_csharp_api.cs:430
↓ 1 callersMethodHighs_clearLinearObjectives
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:475
↓ 1 callersMethodHighs_create
()
highs/interfaces/highs_csharp_api.cs:209
↓ 1 callersMethodHighs_deleteColsByMask
(IntPtr highs, int[] mask)
highs/interfaces/highs_csharp_api.cs:448
↓ 1 callersMethodHighs_deleteColsByRange
(IntPtr highs, int from_col, int to_col)
highs/interfaces/highs_csharp_api.cs:442
↓ 1 callersMethodHighs_deleteColsBySet
(IntPtr highs, int num_set_entries, int[] set)
highs/interfaces/highs_csharp_api.cs:445
↓ 1 callersMethodHighs_deleteRowsByMask
(IntPtr highs, int[] mask)
highs/interfaces/highs_csharp_api.cs:457
↓ 1 callersFunctionHighs_deleteRowsByRange
highs/interfaces/highs_c_api.cpp:1134
↓ 1 callersMethodHighs_deleteRowsByRange
(IntPtr highs, int from_row, int to_row)
highs/interfaces/highs_csharp_api.cs:451
↓ 1 callersMethodHighs_deleteRowsBySet
(IntPtr highs, int num_set_entries, int[] set)
highs/interfaces/highs_csharp_api.cs:454
↓ 1 callersMethodHighs_destroy
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:212
↓ 1 callersFunctionHighs_feasibilityRelaxation
highs/interfaces/highs_c_api.cpp:1535
↓ 1 callersFunctionHighs_getBasicVariables
highs/interfaces/highs_c_api.cpp:620
↓ 1 callersMethodHighs_getBasis
(IntPtr highs, int[] colstatus, int[] rowstatus)
highs/interfaces/highs_csharp_api.cs:346
↓ 1 callersFunctionHighs_getBasisInverseCol
highs/interfaces/highs_c_api.cpp:631
↓ 1 callersFunctionHighs_getBasisInverseRow
highs/interfaces/highs_c_api.cpp:624
↓ 1 callersFunctionHighs_getBasisSolve
highs/interfaces/highs_c_api.cpp:638
↓ 1 callersFunctionHighs_getBasisTransposeSolve
highs/interfaces/highs_c_api.cpp:645
↓ 1 callersFunctionHighs_getBoolOptionValue
highs/interfaces/highs_c_api.cpp:424
↓ 1 callersMethodHighs_getBoolOptionValue
(IntPtr highs, string option, out int value)
highs/interfaces/highs_csharp_api.cs:319
↓ 1 callersFunctionHighs_getColsByMask
highs/interfaces/highs_c_api.cpp:1014
↓ 1 callersFunctionHighs_getColsBySet
highs/interfaces/highs_c_api.cpp:999
↓ 1 callersMethodHighs_getDoubleOptionValue
(IntPtr highs, string option, out double value)
highs/interfaces/highs_csharp_api.cs:325
↓ 1 callersFunctionHighs_getHessianNumNz
highs/interfaces/highs_c_api.cpp:1178
↓ 1 callersMethodHighs_getInfinity
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:230
↓ 1 callersMethodHighs_getIntOptionValue
(IntPtr highs, string option, out int value)
highs/interfaces/highs_csharp_api.cs:322
↓ 1 callersMethodHighs_getIterationCount
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:358
↓ 1 callersFunctionHighs_getModel
highs/interfaces/highs_c_api.cpp:1273
↓ 1 callersMethodHighs_getModelStatus
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:361
↓ 1 callersMethodHighs_getNumCol
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:334
↓ 1 callersMethodHighs_getNumNz
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:340
↓ 1 callersFunctionHighs_getNumOptions
highs/interfaces/highs_c_api.cpp:408
↓ 1 callersMethodHighs_getNumRow
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:337
↓ 1 callersFunctionHighs_getObjectiveOffset
highs/interfaces/highs_c_api.cpp:980
↓ 1 callersMethodHighs_getObjectiveValue
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:355
↓ 1 callersFunctionHighs_getPresolvedLp
highs/interfaces/highs_c_api.cpp:1328
↓ 1 callersFunctionHighs_getPresolvedNumNz
highs/interfaces/highs_c_api.cpp:1190
↓ 1 callersFunctionHighs_getRanging
highs/interfaces/highs_c_api.cpp:1434
↓ 1 callersFunctionHighs_getReducedColumn
highs/interfaces/highs_c_api.cpp:661
↓ 1 callersFunctionHighs_getReducedRow
highs/interfaces/highs_c_api.cpp:654
↓ 1 callersFunctionHighs_getRowsByMask
highs/interfaces/highs_c_api.cpp:1059
↓ 1 callersFunctionHighs_getRowsBySet
highs/interfaces/highs_c_api.cpp:1044
↓ 1 callersFunctionHighs_getRunTime
highs/interfaces/highs_c_api.cpp:770
↓ 1 callersMethodHighs_getSolution
(IntPtr highs, double[] colvalue, double[] coldual, double[] rowvalue, double[] rowdual)
highs/interfaces/highs_csharp_api.cs:331
↓ 1 callersFunctionHighs_getStringOptionValue
highs/interfaces/highs_c_api.cpp:441
↓ 1 callersMethodHighs_getStringOptionValue
(IntPtr highs, string option, [Out] StringBuilder value)
highs/interfaces/highs_csharp_api.cs:328
↓ 1 callersMethodHighs_passHessian
( IntPtr highs, int dim, int numnz, int q_format, int[] qstart,
highs/interfaces/highs_csharp_api.cs:294
↓ 1 callersMethodHighs_passLp
( IntPtr highs, int numcol, int numrow, int numnz, int aformat,
highs/interfaces/highs_csharp_api.cs:233
↓ 1 callersMethodHighs_passMip
( IntPtr highs, int numcol, int numrow, int numnz, int aformat,
highs/interfaces/highs_csharp_api.cs:251
↓ 1 callersFunctionHighs_rcm
extern/rcm/rcm.cpp:347
↓ 1 callersFunctionHighs_rcm_degree
extern/rcm/rcm.cpp:13
↓ 1 callersFunctionHighs_rcm_i4vec_reverse
extern/rcm/rcm.cpp:153
↓ 1 callersFunctionHighs_rcm_root_find
extern/rcm/rcm.cpp:569
↓ 1 callersFunctionHighs_readModel
highs/interfaces/highs_c_api.cpp:226
↓ 1 callersMethodHighs_readModel
(IntPtr highs, string filename)
highs/interfaces/highs_csharp_api.cs:218
↓ 1 callersFunctionHighs_resetOptions
highs/interfaces/highs_c_api.cpp:504
↓ 1 callersMethodHighs_run
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:215
↓ 1 callersMethodHighs_setBasis
(IntPtr highs, int[] col_status, int[] row_status)
highs/interfaces/highs_csharp_api.cs:349
↓ 1 callersMethodHighs_setBoolOptionValue
(IntPtr highs, string option, int value)
highs/interfaces/highs_csharp_api.cs:307
↓ 1 callersMethodHighs_setDoubleOptionValue
(IntPtr highs, string option, double value)
highs/interfaces/highs_csharp_api.cs:313
↓ 1 callersMethodHighs_setIntOptionValue
(IntPtr highs, string option, int value)
highs/interfaces/highs_csharp_api.cs:310
↓ 1 callersMethodHighs_setLogicalBasis
(IntPtr highs)
highs/interfaces/highs_csharp_api.cs:352
↓ 1 callersFunctionHighs_setOptionValue
highs/interfaces/highs_c_api.cpp:1662
↓ 1 callersMethodHighs_setOptionValue
(IntPtr highs, string option, string value)
highs/interfaces/highs_csharp_api.cs:304
↓ 1 callersFunctionHighs_setSolution
highs/interfaces/highs_c_api.cpp:716
↓ 1 callersMethodHighs_setSolution
(IntPtr highs, double[] col_value, double[] row_value, double[] col_dual, double[] row_dual)
highs/interfaces/highs_csharp_api.cs:478
↓ 1 callersFunctionHighs_setSparseSolution
highs/interfaces/highs_c_api.cpp:750
↓ 1 callersMethodHighs_setStringOptionValue
(IntPtr highs, string option, string value)
highs/interfaces/highs_csharp_api.cs:316
↓ 1 callersFunctionHighs_stopCallback
highs/interfaces/highs_c_api.cpp:766
↓ 1 callersMethodHighs_writeModel
(IntPtr highs, string filename)
highs/interfaces/highs_csharp_api.cs:221
↓ 1 callersFunctionHighs_writeOptions
highs/interfaces/highs_c_api.cpp:508
↓ 1 callersFunctionHighs_writeOptionsDeviations
highs/interfaces/highs_c_api.cpp:512
↓ 1 callersFunctionHighs_writePresolvedModel
highs/interfaces/highs_c_api.cpp:234
↓ 1 callersMethodHighs_writePresolvedModel
(IntPtr highs, string filename)
highs/interfaces/highs_csharp_api.cs:224
↓ 1 callersMethodHighs_writeSolutionPretty
(IntPtr highs, string filename)
highs/interfaces/highs_csharp_api.cs:227
↓ 1 callersFunctionICrashtrategyToString
highs/presolve/ICrash.cpp:362
↓ 1 callersFunctionInfnorm
highs/ipm/ipx/sparse_matrix.cc:323
↓ 1 callersFunctionInitGraph
/ ! This function initializes a graph_t data structure */ /
extern/metis/libmetis/graph.c:161
↓ 1 callersFunctionInitSeparator
/ ! This function computes the initial separator of the coarsest graph */ /
extern/metis/libmetis/initpart.c:19
↓ 1 callersFunctionInit_Scaling
highs/pdlp/cupdlp/cupdlp_scaling.c:395
↓ 1 callersFunctionInverseSearch
Rook search for a large entry in inverse(B). If successful, returns [p,i,x] where x is the entry at position (p,i) of inverse(B). Notice that p corres
highs/ipm/ipx/basis.cc:561
↓ 1 callersFunctionIpxToHipoStatus
highs/ipm/hipo/ipm/Status.h:44
↓ 1 callersFunctionLP_SolvePDHG
highs/pdlp/cupdlp/cupdlp_solver.c:1437
↓ 1 callersMethodLoad
highs/ipm/ipx/model.cc:10
↓ 1 callersMethodLoadFromArrays
highs/ipm/ipx/sparse_matrix.cc:48
↓ 1 callersFunctionMatch_2HopAll
/ ! This function matches the unmatched vertices whose degree is less than maxdegree using a 2-hop matching that involves vertices that are two
extern/metis/libmetis/coarsen.c:517
↓ 1 callersFunctionMatching
highs/ipm/ipx/symbolic_invert.cc:20
↓ 1 callersFunctionMcGeneral2WayBalance
* This function performs an edge-based FM refinement **************************************************************************/
extern/metis/libmetis/balance.c:276
↓ 1 callersFunctionMlevelNestedDissection
/ ! This is the driver for the recursive tri-section of a graph into the left, separator, and right partitions. The graphs correspond to the
extern/metis/libmetis/ometis.c:151
↓ 1 callersFunctionMlevelNestedDissectionCC
/ ! This routine is similar to its non 'CC' counterpart. The difference is that after each tri-section, the connected components of the original
extern/metis/libmetis/ometis.c:204
↓ 1 callersMethodOpenLogfile
highs/ipm/ipx/control.cc:102
↓ 1 callersFunctionPDHG_Alloc
highs/pdlp/cupdlp/cupdlp_utils.c:1045
↓ 1 callersFunctionPDHG_Check_Infeasibility
highs/pdlp/cupdlp/cupdlp_solver.c:740
↓ 1 callersFunctionPDHG_Check_Restart_GPU
highs/pdlp/cupdlp/cupdlp_restart.c:3
↓ 1 callersFunctionPDHG_Check_Termination
highs/pdlp/cupdlp/cupdlp_solver.c:797
← previousnext →2,101–2,200 of 6,874, ranked by callers