MCPcopy Create free account

hub / github.com/NeuralNetworkVerification/Marabou / functions

Functions4,559 in github.com/NeuralNetworkVerification/Marabou

↓ 3 callersMethodgetOutputVariables
src/engine/InputQuery.cpp:577
↓ 3 callersMethodgetQ
src/basis_factorization/ForrestTomlinFactorization.cpp:776
↓ 3 callersMethodgetRightHandSide
src/engine/Tableau.cpp:2190
↓ 3 callersMethodgetSATSolutionFlag
src/proofs/UnsatCertificateNode.cpp:103
↓ 3 callersMethodgetScalars
Get scalar values This helper function determines if MatMul of Conv2D equations can be combined with a subsequent addition or
maraboupy/MarabouNetworkTF.py:399
↓ 3 callersMethodgetSparseAColumn
src/engine/Tableau.cpp:1619
↓ 3 callersMethodgetSymbolicBoundTighteningType
src/configuration/Options.cpp:183
↓ 3 callersMethodgetSymbolicLbOfLb
src/nlr/Layer.cpp:1769
↓ 3 callersMethodgetSymbolicLbOfUb
src/nlr/Layer.cpp:1779
↓ 3 callersMethodgetSymbolicUbOfLb
src/nlr/Layer.cpp:1774
↓ 3 callersMethodgetSymbolicUbOfUb
src/nlr/Layer.cpp:1784
↓ 3 callersMethodgetTotalTimeInMicro
src/common/Statistics.cpp:430
↓ 3 callersMethodgetU
src/basis_factorization/ForrestTomlinFactorization.cpp:786
↓ 3 callersMethodgetWeights
src/nlr/Layer.cpp:500
↓ 3 callersMethodisEqualTo
Add a comparison between two Marabou networks and all their attributes. :param network: the other Marabou network to be compared wit
maraboupy/parsers/InputQueryBuilder.py:361
↓ 3 callersMethodisOptimizing
src/engine/ITableau.h:200
↓ 3 callersMethodmakeLeaf
src/proofs/UnsatCertificateNode.cpp:138
↓ 3 callersMethodmarkInputVariable
src/input_parsers/InputQueryBuilder.cpp:44
↓ 3 callersMethodmarkOutputVariable
src/input_parsers/InputQueryBuilder.cpp:49
↓ 3 callersMethodminimizeHeuristicCost
src/engine/Engine.cpp:3127
↓ 3 callersMethodperformDegeneratePivot
src/engine/Tableau.cpp:803
↓ 3 callersMethodpickSplitPLConstraint
src/engine/tests/MockEngine.h:176
↓ 3 callersFunctionredirectOutputToFile
maraboupy/MarabouCore.cpp:75
↓ 3 callersMethodregisterEngine
src/engine/BoundManager.cpp:480
↓ 3 callersMethodregisterTableau
src/engine/BoundManager.cpp:298
↓ 3 callersMethodresetExplanation
src/engine/BoundManager.cpp:381
↓ 3 callersFunctionrestoreOutputStream
maraboupy/MarabouCore.cpp:102
↓ 3 callersFunctionrun_process
Runs a process with a timeout `timeout` in seconds. `args` are the arguments to execute, `cwd` is the working directory and `s_input` is the i
regress/run_regression.py:11
↓ 3 callersMethodsetAlpha
src/nlr/Layer.h:128
↓ 3 callersMethodsetLowerBound
src/common/GurobiWrapper.cpp:140
↓ 3 callersMethodsetNonBasicAssignment
src/engine/Tableau.cpp:1484
↓ 3 callersMethodsetOptions
maraboupy/MarabouCore.cpp:316
↓ 3 callersMethodsetPhaseStatusInCurrentPhasePattern
src/engine/SumOfInfeasibilitiesManager.cpp:345
↓ 3 callersMethodsetSplitPLConstraint
src/engine/tests/MockEngine.h:171
↓ 3 callersMethodsetTimeLimit
src/common/GurobiWrapper.cpp:335
↓ 3 callersMethodsetUNSATCertificateCurrentPointer
src/engine/Engine.cpp:3615
↓ 3 callersMethodsetUpperBound
src/common/GurobiWrapper.cpp:146
↓ 3 callersMethodsetVerbosity
Set verbosity
src/common/GurobiWrapper.h:146
↓ 3 callersMethodsigmoidDerivative
src/engine/SigmoidConstraint.cpp:250
↓ 3 callersMethodsize
src/common/Vector.h:133
↓ 3 callersMethodsize
Returns the number of elements in the map. */
deps/CVC4/context/cdinsert_hashmap.h:113
↓ 3 callersMethodsize
deps/CVC4/context/cdtrail_queue.h:86
↓ 3 callersMethodsolve
src/cegar/IncrementalLinearization.cpp:47
↓ 3 callersMethodstoreEquations
src/engine/DegradationChecker.cpp:21
↓ 3 callersMethodsupportSoI
Whether the constraint can contribute the SoI cost function. */
src/engine/MaxConstraint.h:184
↓ 3 callersMethodtestName
tools/cxxtest/cxxtest/RealDescriptions.cpp:86
↓ 3 callersMethodtightenLowerBound
src/engine/tests/MockTableau.h:557
↓ 3 callersMethodtranspose
Function handling transpose operation, performed on variables Args: op: (tf.op) transpose operation :meta private:
maraboupy/MarabouNetworkTF.py:326
↓ 3 callersMethodtrimZerosFromRight
src/common/MString.cpp:183
↓ 3 callersMethodupdateBoundExplanation
src/engine/BoundManager.cpp:403
↓ 3 callersMethodupdateBoundExplanation
src/proofs/BoundExplainer.cpp:86
↓ 3 callersMethodupdateBoundExplanationSparse
src/engine/BoundManager.cpp:408
↓ 3 callersMethodupdateCurrentPhasePatternForSatisfiedPLConstraints
src/engine/SumOfInfeasibilitiesManager.cpp:289
↓ 3 callersMethodupdateSingleRow
src/basis_factorization/SparseUnsortedLists.cpp:121
↓ 3 callersMethodupdateVariableToComplyWithLowerBoundUpdate
src/engine/Tableau.cpp:1785
↓ 3 callersMethodupdateVariableToComplyWithUpperBoundUpdate
src/engine/Tableau.cpp:1807
↓ 3 callersMethodwrite
src/common/tests/Test_File.h:88
↓ 2 callersMethod__mul__
Multiplication of a neuron's affine transformation with a constant. e.g., (a * x + b) * b' is supported while (a * x + b) * (a' * x'
maraboupy/MarabouPythonic.py:108
↓ 2 callersMethodactivateAll
tools/cxxtest/cxxtest/LinkedList.cpp:69
↓ 2 callersFunctionaddAbsConstraint
maraboupy/MarabouCore.cpp:184
↓ 2 callersMethodaddBilinear
Function to add a bilinear constraint to the network Args: v1 (int): Variable representing input1 of Bilinear v2 (int)
maraboupy/parsers/InputQueryBuilder.py:120
↓ 2 callersMethodaddBilinearConstraint
src/common/GurobiWrapper.cpp:275
↓ 2 callersMethodaddLastEntry
src/basis_factorization/SparseUnsortedList.cpp:180
↓ 2 callersFunctionaddMaxConstraint
maraboupy/MarabouCore.cpp:159
↓ 2 callersMethodaddSigmoid
Function to add a new Sigmoid constraint Args: v1 (int): Variable representing input of Sigmoid v2 (int): Variable re
maraboupy/parsers/InputQueryBuilder.py:129
↓ 2 callersFunctionaddSignConstraint
maraboupy/MarabouCore.cpp:153
↓ 2 callersMethodaddSignConstraint
Function to add a new Sign constraint Args: b (int): Variable representing input of Sign f (int): Variable representi
maraboupy/parsers/InputQueryBuilder.py:165
↓ 2 callersMethodaddSourceLayer
src/nlr/Layer.cpp:418
↓ 2 callersFunctionaddSuiteCreateDestroy
Add createSuite()/destroySuite() to current suite
tools/cxxtest/cxxtestgen.py:321
↓ 2 callersMethodallSplitsSoFar
src/engine/SmtCore.cpp:400
↓ 2 callersMethodallocate
deps/CVC4/context/context_mm.h:240
↓ 2 callersMethodanalyze
src/engine/ConstraintMatrixAnalyzer.cpp:90
↓ 2 callersMethodappend
src/common/Vector.h:68
↓ 2 callersMethodapplySnCSplit
src/engine/Engine.cpp:134
↓ 2 callersFunctionare_equal
This function tests whether two numbers are the same up to an error tolerance
maraboupy/test/test_core.py:184
↓ 2 callersFunctionasString
tools/cxxtest/cxxtest/ValueTraits.h:185
↓ 2 callersMethodbegin
* Returns an iterator to the begining of the HashMap. * Acts like a hash_map::const_iterator. */
deps/CVC4/context/cdinsert_hashmap.h:82
↓ 2 callersFunctionbyteToHex
tools/cxxtest/cxxtest/ValueTraits.cpp:21
↓ 2 callersFunctioncalculatePaddingNeeded
src/input_parsers/TensorUtils.cpp:140
↓ 2 callersMethodcheckValueWithinBounds
src/engine/Tableau.cpp:413
↓ 2 callersMethodclear
src/basis_factorization/SparseUnsortedList.cpp:67
↓ 2 callersMethodclearNetwork
Clears the network
maraboupy/MarabouNetworkNNet.py:69
↓ 2 callersMethodclearProperty
Clear the lower bounds and upper bounds map, and the self.additionEquList
maraboupy/parsers/InputQueryBuilder.py:53
↓ 2 callersFunctioncloseSuite
Close current suite and add it to the list if valid
tools/cxxtest/cxxtestgen.py:327
↓ 2 callersMethodcomputeAssignment
src/nlr/Layer.cpp:130
↓ 2 callersMethodcomputeNetworkAttributes
Computes the derived network attributes (equations, relus, bounds) :meta private:
maraboupy/MarabouNetworkNNet.py:174
↓ 2 callersMethodcomputeSuccessorLayers
src/nlr/NetworkLevelReasoner.cpp:78
↓ 2 callersMethodconsistentBounds
src/engine/Engine.cpp:3299
↓ 2 callersMethodconsistentBounds
src/engine/tests/MockEngine.h:226
↓ 2 callersMethodcostFunctionJustComputed
src/engine/CostFunctionManager.cpp:426
↓ 2 callersMethodcreateLPRelaxation
src/nlr/LPFormulator.cpp:628
↓ 2 callersMethoddeallocate
deps/CVC4/context/context_mm.h:243
↓ 2 callersFunctiondefine_ipq
This function defines a simple input query directly through MarabouCore Arguments: property_bound: (float) value of upper bound for x
maraboupy/test/test_core.py:144
↓ 2 callersMethoddeletePLCExplanations
src/proofs/UnsatCertificateNode.cpp:133
↓ 2 callersFunctiondoFailTest
tools/cxxtest/cxxtest/TestSuite.cpp:66
↓ 2 callersMethoddump
src/engine/Tableau.cpp:1545
↓ 2 callersMethoddumpBounds
src/nlr/Layer.cpp:2157
↓ 2 callersMethodduplicate
src/basis_factorization/LPElement.cpp:64
↓ 2 callersMethodeliminateVariable
src/nlr/Layer.cpp:1626
↓ 2 callersMethodend
* Returns an iterator to the end of the HashMap. * Acts like a hash_map::const_iterator. */
deps/CVC4/context/cdinsert_hashmap.h:89
← previousnext →601–700 of 4,559, ranked by callers