Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ getMergedIndex
Method
getMergedIndex
src/engine/Preprocessor.cpp:1026–1029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1024
}
1025
1026
unsigned Preprocessor::getMergedIndex( unsigned index ) const
1027
{
1028
return _mergedVariables.at( index );
1029
}
1030
1031
bool Preprocessor::variableIsUnusedAndSymbolicallyFixed( unsigned index ) const
1032
{
Callers
4
printInputBounds
Method · 0.80
extractSolution
Method · 0.80
extractBounds
Method · 0.80
test_identical_variable_elimination
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_identical_variable_elimination
Method · 0.64