Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ variableIsMerged
Method
variableIsMerged
src/engine/Preprocessor.cpp:1021–1024 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1019
}
1020
1021
bool Preprocessor::variableIsMerged( unsigned index ) const
1022
{
1023
return _mergedVariables.exists( index );
1024
}
1025
1026
unsigned Preprocessor::getMergedIndex( unsigned index ) const
1027
{
Callers
5
runSingleSimulation
Method · 0.80
printInputBounds
Method · 0.80
extractSolution
Method · 0.80
extractBounds
Method · 0.80
test_identical_variable_elimination
Method · 0.80
Calls
1
exists
Method · 0.45
Tested by
1
test_identical_variable_elimination
Method · 0.64