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
↓ 6 callers
Method
getExitCode
src/engine/tests/MockEngine.h:133
↓ 6 callers
Method
getNewIndex
src/engine/Preprocessor.cpp:1036
↓ 6 callers
Method
getOutputVariable
src/input_parsers/AcasParser.cpp:190
↓ 6 callers
Method
getUpperBound
Get upper bound for the variable corresponding to layer, node If b=True, b variable Otherwise, f variable Args:
maraboupy/MarabouNetworkNNet.py:457
↓ 6 callers
Method
getValues
Function to find underlying constants or variables representing operation Args: op: (tf.op) operation to find values for
maraboupy/MarabouNetworkTF.py:271
↓ 6 callers
Method
getVariable
Get variable number corresponding to layer, node If b=True, b variable Otherwise, f variable If layer is 0 (inpu
maraboupy/MarabouNetworkNNet.py:438
↓ 6 callers
Method
insert
deps/CVC4/context/cdhashmap.h:350
↓ 6 callers
Method
invert
src/basis_factorization/PermutationMatrix.cpp:88
↓ 6 callers
Method
invertBasis
src/basis_factorization/LUFactors.cpp:354
↓ 6 callers
Method
markOutputVariable
src/engine/InputQuery.cpp:540
↓ 6 callers
Function
missingNodeError
src/input_parsers/OnnxParser.cpp:137
↓ 6 callers
Method
notifyLowerBound
src/engine/Tableau.cpp:2166
↓ 6 callers
Method
notifyUpperBound
src/engine/Tableau.cpp:2178
↓ 6 callers
Method
postContextPopHook
src/engine/Engine.cpp:2543
↓ 6 callers
Method
saveQuery
Serializes the inputQuery in the given filename Args: filename: (string) file to write serialized inputQuery
maraboupy/parsers/InputQueryBuilder.py:352
↓ 6 callers
Method
saveQuery
src/engine/InputQuery.cpp:436
↓ 6 callers
Method
setActiveConstraint
src/engine/PiecewiseLinearConstraint.cpp:53
↓ 6 callers
Method
setBoundsPointers
src/engine/tests/MockTableau.h:568
↓ 6 callers
Method
setExitCode
src/engine/tests/MockEngine.h:128
↓ 6 callers
Method
setObjective
src/common/GurobiWrapper.cpp:309
↓ 6 callers
Method
storeState
src/engine/Engine.cpp:1834
↓ 6 callers
Method
storeToOther
src/basis_factorization/LUFactors.cpp:439
↓ 5 callers
Method
addGeqIndicatorConstraint
src/common/GurobiWrapper.cpp:229
↓ 5 callers
Method
addLeqIndicatorConstraint
src/common/GurobiWrapper.cpp:221
↓ 5 callers
Method
applySplit
src/engine/Engine.cpp:1979
↓ 5 callers
Method
checkConsistency
deps/CVC4/context/backtrackable.h:204
↓ 5 callers
Method
computePivotRow
src/engine/tests/MockTableau.h:413
↓ 5 callers
Method
containsVariable
src/common/GurobiWrapper.h:151
↓ 5 callers
Method
countInfiniteBounds
src/engine/InputQuery.cpp:248
↓ 5 callers
Method
createRandomInputsForNetwork
Create a random input for the network. The value for each input variable is chosen uniformly at random between the lower and the upper bounds
maraboupy/MarabouNetworkNNet.py:659
↓ 5 callers
Method
decideToAcceptCurrentProposal
src/engine/SumOfInfeasibilitiesManager.cpp:258
↓ 5 callers
Method
duplicateConstraint
src/engine/MaxConstraint.cpp:90
↓ 5 callers
Method
end
deps/CVC4/context/cdhashmap.h:438
↓ 5 callers
Function
evaluateFile
Load network and evaluate testInputs with and without Marabou Args: filename (str): name of network file without path
maraboupy/test/test_nnet.py:138
↓ 5 callers
Method
fBackwardTransformation
src/basis_factorization/LUFactors.cpp:204
↓ 5 callers
Method
getBias
src/nlr/Layer.cpp:520
↓ 5 callers
Method
getBound
src/proofs/PlcLemma.cpp:75
↓ 5 callers
Method
getChangeColumn
src/engine/Tableau.cpp:1459
↓ 5 callers
Method
getLowerBound
Get lower bound for the variable corresponding to layer, node If b=True, b variable Otherwise, f variable Args:
maraboupy/MarabouNetworkNNet.py:476
↓ 5 callers
Method
getRowDense
src/basis_factorization/CSRMatrix.cpp:286
↓ 5 callers
Method
getScore
Get the score of the PLConstraint */
src/engine/PLConstraintScoreTracker.h:91
↓ 5 callers
Method
getStatistics
src/engine/Engine.cpp:2344
↓ 5 callers
Method
getSymbolicLb
src/nlr/Layer.cpp:1749
↓ 5 callers
Method
getSymbolicLowerBias
src/nlr/Layer.cpp:1759
↓ 5 callers
Method
getSymbolicUb
src/nlr/Layer.cpp:1754
↓ 5 callers
Method
getSymbolicUpperBias
src/nlr/Layer.cpp:1764
↓ 5 callers
Method
getTopScope
* Return the current (top) scope */
deps/CVC4/context/context.h:158
↓ 5 callers
Method
head
tools/cxxtest/cxxtest/LinkedList.cpp:16
↓ 5 callers
Method
initializeDuplicateCDOs
src/engine/PiecewiseLinearConstraint.cpp:142
↓ 5 callers
Method
initializeToEmpty
src/basis_factorization/CSRMatrix.cpp:80
↓ 5 callers
Method
insertHead
src/common/Vector.h:94
↓ 5 callers
Method
lowerBoundExists
Function to check whether lower bound for a variable is known Args: x (int): Variable to check
maraboupy/parsers/InputQueryBuilder.py:182
↓ 5 callers
Function
make_constant_int_node
(name, values)
resources/onnx/layer-zoo/onnx-layer-zoo.py:48
↓ 5 callers
Method
mergeColumns
src/basis_factorization/CSRMatrix.cpp:308
↓ 5 callers
Method
mergeEntries
src/basis_factorization/SparseUnsortedList.cpp:193
↓ 5 callers
Method
mockConstructor
src/engine/tests/MockEngine.h:45
↓ 5 callers
Method
mockDestructor
src/engine/tests/MockEngine.h:51
↓ 5 callers
Method
parse
Parses the provided ONNX graph into constraints which are stored in the query argument. Args: query: the query to which
maraboupy/parsers/ONNXParser.py:35
↓ 5 callers
Method
proposePhasePatternUpdate
src/engine/SumOfInfeasibilitiesManager.cpp:155
↓ 5 callers
Method
recordImpliedValidSplit
src/engine/SmtCore.cpp:390
↓ 5 callers
Method
removeCostComponentFromHeuristicCost
src/engine/SumOfInfeasibilitiesManager.cpp:303
↓ 5 callers
Method
setCutoff
src/nlr/LPFormulator.cpp:1127
↓ 5 callers
Method
setDimensions
src/engine/Tableau.cpp:205
↓ 5 callers
Method
setLongAttribute
src/common/Statistics.h:257
↓ 5 callers
Method
setPhaseStatusInLastAcceptedPhasePattern
src/engine/SumOfInfeasibilitiesManager.cpp:336
↓ 5 callers
Method
setVerbosity
src/engine/Engine.cpp:116
↓ 5 callers
Method
storeFactorization
src/basis_factorization/LUFactorization.cpp:189
↓ 5 callers
Method
transpose
Function representing transpose Args: node (node): ONNX node representing transpose operation :meta private:
maraboupy/parsers/ONNXParser.py:417
↓ 5 callers
Function
transposeTensor
src/input_parsers/TensorUtils.h:75
↓ 5 callers
Function
transposeVector
src/input_parsers/TensorUtils.h:63
↓ 5 callers
Function
unimplementedAttributeError
src/input_parsers/OnnxParser.cpp:98
↓ 5 callers
Method
updateVariableIndex
src/engine/Equation.cpp:60
↓ 5 callers
Method
upperBoundExists
Function to check whether upper bound for a variable is known Args: x (int): Variable to check
maraboupy/parsers/InputQueryBuilder.py:190
↓ 5 callers
Method
vBackwardTransformation
src/basis_factorization/LUFactors.cpp:288
↓ 5 callers
Method
vForwardTransformation
src/basis_factorization/LUFactors.cpp:248
↓ 5 callers
Method
variableIsMerged
src/engine/Preprocessor.cpp:1021
↓ 4 callers
Function
IllegalArgumentException
deps/CVC4/base/exception.h:102
↓ 4 callers
Method
Options
src/configuration/Options.cpp:28
↓ 4 callers
Method
active
tools/cxxtest/cxxtest/LinkedList.cpp:93
↓ 4 callers
Method
addPLCLemma
src/proofs/UnsatCertificateNode.cpp:85
↓ 4 callers
Method
check
src/proofs/Checker.cpp:35
↓ 4 callers
Method
clear
Reset values to represent empty network
maraboupy/parsers/InputQueryBuilder.py:33
↓ 4 callers
Method
computeAssignment
src/engine/Tableau.cpp:376
↓ 4 callers
Method
computeAssignment
src/engine/tests/MockTableau.h:423
↓ 4 callers
Method
computeChangeColumn
src/engine/Tableau.cpp:1452
↓ 4 callers
Method
computeCoreCostFunction
src/engine/CostFunctionManager.cpp:170
↓ 4 callers
Method
computePivotRow
src/engine/Tableau.cpp:1469
↓ 4 callers
Method
concretizeInputAssignment
src/nlr/NetworkLevelReasoner.cpp:131
↓ 4 callers
Method
countElements
src/basis_factorization/CSRMatrix.cpp:640
↓ 4 callers
Function
createOptions
Create an options object for how Marabou should solve the query Args: numWorkers (int, optional): Number of workers to use in Split-and-C
maraboupy/Marabou.py:124
↓ 4 callers
Method
createSubQueries
src/engine/PolarityBasedDivider.cpp:29
↓ 4 callers
Method
end
src/common/Vector.h:182
↓ 4 callers
Method
erase
src/basis_factorization/SparseUnsortedList.cpp:235
↓ 4 callers
Method
eraseAt
src/common/Vector.h:212
↓ 4 callers
Method
eraseByValue
src/common/Vector.h:163
↓ 4 callers
Method
examinePivotRow
src/engine/tests/MockRowBoundTightener.h:79
↓ 4 callers
Function
exitCodeToString
maraboupy/MarabouCore.cpp:415
↓ 4 callers
Method
explicitBasisAvailable
src/basis_factorization/LUFactorization.cpp:228
↓ 4 callers
Method
extractBounds
src/engine/Engine.cpp:3776
↓ 4 callers
Method
extractSolution
src/common/GurobiWrapper.cpp:382
← previous
next →
401–500 of 4,559, ranked by callers