Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ functions
Functions
4,559 in github.com/NeuralNetworkVerification/Marabou
⨍
Functions
4,559
◇
Types & classes
641
↓ 4 callers
Method
getAux
src/engine/ReluConstraint.cpp:1027
↓ 4 callers
Method
getElements
src/engine/MaxConstraint.cpp:334
↓ 4 callers
Method
getFixedValue
src/engine/Preprocessor.cpp:1016
↓ 4 callers
Function
getFloatAttribute
src/input_parsers/OnnxParser.cpp:312
↓ 4 callers
Method
getM
src/basis_factorization/PermutationMatrix.cpp:121
↓ 4 callers
Method
getMergedIndex
src/engine/Preprocessor.cpp:1026
↓ 4 callers
Method
getNumInputVariables
src/input_parsers/BerkeleyNeuralNetwork.cpp:52
↓ 4 callers
Method
getNumLayers
src/input_parsers/AcasNeuralNetwork.cpp:63
↓ 4 callers
Method
getNumOutputVariables
src/input_parsers/AcasParser.cpp:180
↓ 4 callers
Method
getParent
src/proofs/UnsatCertificateNode.cpp:65
↓ 4 callers
Method
getPiecewiseLinearCaseSplit
src/engine/TrailEntry.h:33
↓ 4 callers
Method
getSlope
src/engine/LeakyReluConstraint.cpp:902
↓ 4 callers
Method
getSparseA
src/engine/Tableau.cpp:1609
↓ 4 callers
Method
getTableauRow
src/engine/Tableau.cpp:1568
↓ 4 callers
Method
getWeight
src/nlr/Layer.cpp:494
↓ 4 callers
Function
isDynamic
Checks whether a suite is dynamic
tools/cxxtest/cxxtestgen.py:475
↓ 4 callers
Method
isVariable
Function returning whether operation represents variable or constant Args: op: (tf.op) representing operation in network
maraboupy/MarabouNetworkTF.py:287
↓ 4 callers
Method
keyByValue
src/common/Map.h:211
↓ 4 callers
Method
keyWithLargestValue
src/common/Map.h:197
↓ 4 callers
Function
loadNetwork
(filename)
maraboupy/test/test_network.py:718
↓ 4 callers
Function
load_network
The test network fc1.onnx is used, which has two input variables and two output variables. The network was trained such that the first output
maraboupy/test/test_equation.py:110
↓ 4 callers
Function
maxDumpSize
tools/cxxtest/cxxtest/TestSuite.cpp:43
↓ 4 callers
Method
max_size
deps/CVC4/context/context_mm.h:236
↓ 4 callers
Method
next
tools/cxxtest/cxxtest/RealDescriptions.cpp:89
↓ 4 callers
Method
nodeTo_b
Get variable number for the backward variable corresponding to layer, node Args: layer (int): Layer number node (int):
maraboupy/MarabouNetworkNNet.py:393
↓ 4 callers
Method
nodeTo_f
Get variable number for the forward variable corresponding to layer, node Args: layer (int): Layer number node (int):
maraboupy/MarabouNetworkNNet.py:413
↓ 4 callers
Method
parse
src/input_parsers/MpsParser.cpp:33
↓ 4 callers
Method
participatingVariable
src/engine/MaxConstraint.cpp:313
↓ 4 callers
Method
popFirst
src/common/Vector.h:260
↓ 4 callers
Method
postPivotHook
src/engine/ProjectedSteepestEdge.cpp:279
↓ 4 callers
Method
postPivotHook
src/engine/tests/MockProjectedSteepestEdge.h:63
↓ 4 callers
Method
prePivotHook
src/engine/ProjectedSteepestEdge.cpp:181
↓ 4 callers
Method
prePivotHook
src/engine/tests/MockProjectedSteepestEdge.h:59
↓ 4 callers
Method
pushA
src/basis_factorization/ForrestTomlinFactorization.cpp:808
↓ 4 callers
Method
read
src/common/tests/Test_File.h:103
↓ 4 callers
Method
reportRejectedPhasePatternProposal
src/engine/SmtCore.cpp:113
↓ 4 callers
Method
resetModel
src/common/GurobiWrapper.cpp:72
↓ 4 callers
Method
restoreState
src/engine/Engine.cpp:1845
↓ 4 callers
Method
satisfied
src/engine/MaxConstraint.cpp:347
↓ 4 callers
Method
setContents
deps/CVC4/base/exception.cpp:42
↓ 4 callers
Method
setExplanation
src/engine/BoundManager.cpp:386
↓ 4 callers
Method
setFloat
src/configuration/Options.cpp:145
↓ 4 callers
Method
setLeavingVariableIndex
src/engine/Tableau.cpp:612
↓ 4 callers
Function
setMessage
NON-VIRTUAL METHOD for setting and printing the error message
deps/CVC4/base/exception.h:46
↓ 4 callers
Method
setScore
src/engine/PLConstraintScoreTracker.cpp:34
↓ 4 callers
Method
sort
src/common/Vector.h:325
↓ 4 callers
Method
strTotalTests
tools/cxxtest/cxxtest/Descriptions.cpp:16
↓ 4 callers
Method
suiteName
tools/cxxtest/cxxtest/RealDescriptions.cpp:87
↓ 4 callers
Method
supportVariableElimination
src/engine/RoundConstraint.h:88
↓ 4 callers
Method
variableIsFixed
src/engine/Preprocessor.cpp:1011
↓ 4 callers
Function
writePreamble
Write the CxxTest header (#includes and #defines)
tools/cxxtest/cxxtestgen.py:398
↓ 3 callers
Function
Exception
deps/CVC4/base/exception.h:39
↓ 3 callers
Method
abs
src/common/FloatUtils.h:68
↓ 3 callers
Method
acceptCurrentPhasePattern
src/engine/SumOfInfeasibilitiesManager.cpp:273
↓ 3 callers
Method
addAbsConstraint
Function to add a new Abs constraint Args: b (int): Variable representing input of the Abs constraint f (int): Variab
maraboupy/parsers/InputQueryBuilder.py:156
↓ 3 callers
Method
addAuxiliaryEquationsAfterPreprocessing
src/engine/SignConstraint.cpp:226
↓ 3 callers
Method
addRelu
Function to add a new Relu constraint Args: v1 (int): Variable representing input of Relu v2 (int): Variable represen
maraboupy/parsers/InputQueryBuilder.py:101
↓ 3 callers
Method
addSoftmaxConstraint
Function to add a new softmax constraint Args: inputs (set of int): Variable representing input to max constraint out
maraboupy/parsers/InputQueryBuilder.py:147
↓ 3 callers
Method
addToChain
deps/CVC4/context/context.h:734
↓ 3 callers
Method
allBoundsValid
src/engine/Tableau.cpp:1780
↓ 3 callers
Function
analyze_process_result
(out, err, exit_status, expected_result)
regress/run_regression.py:44
↓ 3 callers
Method
assignIndexToBasicVariable
src/engine/tests/MockTableau.h:640
↓ 3 callers
Method
backwardTransformation
src/engine/Tableau.cpp:2200
↓ 3 callers
Method
basicOutOfBounds
src/engine/Tableau.cpp:552
↓ 3 callers
Method
basisMatrixAvailable
src/engine/Tableau.cpp:2493
↓ 3 callers
Function
broadcastIndex
* @brief Broadcasts the provided indices into those into the current tensor shape * from indices in the desired broadcast shape. */
src/input_parsers/TensorUtils.cpp:93
↓ 3 callers
Method
calculateBounds
Function to calculate bounds represented by this network Args: filename (string): Path for redirecting output verbose
maraboupy/MarabouNetwork.py:90
↓ 3 callers
Function
charToString
tools/cxxtest/cxxtest/ValueTraits.cpp:48
↓ 3 callers
Function
checkEndianness
src/input_parsers/OnnxParser.cpp:283
↓ 3 callers
Method
clear
deps/CVC4/context/cdhashmap.h:307
↓ 3 callers
Method
computeHeuristicCost
src/engine/Engine.cpp:3174
↓ 3 callers
Method
computeRowBound
src/engine/BoundManager.cpp:498
↓ 3 callers
Method
computeSparseRowBound
src/engine/BoundManager.cpp:522
↓ 3 callers
Method
containsRedundantAddends
src/engine/Equation.cpp:245
↓ 3 callers
Method
destroy
deps/CVC4/context/context.cpp:238
↓ 3 callers
Function
digitToChar
tools/cxxtest/cxxtest/ValueTraits.cpp:12
↓ 3 callers
Method
dumpDense
src/basis_factorization/CSRMatrix.cpp:718
↓ 3 callers
Method
eliminateVariable
src/engine/MaxConstraint.cpp:502
↓ 3 callers
Method
erase
src/common/Vector.h:149
↓ 3 callers
Method
flip
src/common/Map.h:35
↓ 3 callers
Method
getA
src/basis_factorization/CSRMatrix.cpp:776
↓ 3 callers
Method
getActiveAux
src/engine/LeakyReluConstraint.cpp:911
↓ 3 callers
Method
getAllCases
src/engine/MaxConstraint.cpp:389
↓ 3 callers
Method
getBasicAssignmentStatus
src/engine/Tableau.cpp:2473
↓ 3 callers
Method
getColumnDense
src/basis_factorization/CSRMatrix.cpp:302
↓ 3 callers
Method
getCostFunction
src/engine/tests/MockTableau.h:358
↓ 3 callers
Method
getDivideStrategy
src/configuration/Options.cpp:155
↓ 3 callers
Method
getEnteringVariableIndex
src/engine/Tableau.cpp:673
↓ 3 callers
Method
getErrno
src/common/Error.cpp:45
↓ 3 callers
Method
getErrorClass
src/common/Error.cpp:60
↓ 3 callers
Method
getFToB
src/input_parsers/BerkeleyNeuralNetwork.cpp:77
↓ 3 callers
Method
getInactiveAux
src/engine/LeakyReluConstraint.cpp:915
↓ 3 callers
Method
getInputMaximum
Get maximal value for given input variable Args: input_var (int): index of input variable Returns: (float)
maraboupy/MarabouNetworkNNet.py:561
↓ 3 callers
Method
getInputMinimum
Get minimum value for given input variable Args: input_var (int): Index of input variable Returns: (float)
maraboupy/MarabouNetworkNNet.py:550
↓ 3 callers
Method
getInputVariables
src/input_parsers/BerkeleyNeuralNetwork.cpp:67
↓ 3 callers
Method
getInvQ
src/basis_factorization/ForrestTomlinFactorization.cpp:781
↓ 3 callers
Method
getLP
src/basis_factorization/ForrestTomlinFactorization.cpp:791
↓ 3 callers
Method
getLPSolverType
src/configuration/Options.cpp:249
↓ 3 callers
Method
getLastAcceptedSoIPhasePattern
src/engine/SumOfInfeasibilitiesManager.cpp:62
↓ 3 callers
Method
getNnz
src/basis_factorization/SparseUnsortedArrays.cpp:302
← previous
next →
501–600 of 4,559, ranked by callers