Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ processInputQuery
Method
processInputQuery
src/engine/Engine.cpp:921–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
}
920
921
bool Engine::processInputQuery( InputQuery &inputQuery )
922
{
923
return processInputQuery( inputQuery, GlobalConfiguration::PREPROCESS_INPUT_QUERY );
924
}
925
926
bool Engine::calculateBounds( InputQuery &inputQuery )
927
{
Callers
15
preprocess
Function · 0.80
solve
Function · 0.80
main
Function · 0.80
main
Function · 0.80
run_test
Method · 0.80
test_sat_vnncomp
Method · 0.80
test_unsat_vnncomp
Method · 0.80
main
Function · 0.80
solve
Method · 0.80
run_sigmoid_test
Method · 0.80
run_inc_lin_cegar_test
Method · 0.80
dncSolve
Method · 0.80
Calls
15
InfeasibleQueryException
Class · 0.85
setBool
Method · 0.80
tokenize
Method · 0.80
ascii
Method · 0.80
setVisited
Method · 0.80
getEquations
Method · 0.80
getBool
Method · 0.80
setLongAttribute
Method · 0.80
PiecewiseLinearCaseSplit
Class · 0.70
addAuxiliaryEquationsAfterPreprocessing
Method · 0.45
exists
Method · 0.45
getType
Method · 0.45
Tested by
15
run_test
Method · 0.64
test_sat_vnncomp
Method · 0.64
test_unsat_vnncomp
Method · 0.64
run_sigmoid_test
Method · 0.64
run_inc_lin_cegar_test
Method · 0.64
test_process_input_query
Method · 0.64
test_pick_split_pl_constraint_polarity
Method · 0.64
test_pick_split_pl_constraint_earliest_relu
Method · 0.64
test_pick_split_pl_constraint_largest_interval
Method · 0.64
test_disjunction_1
Method · 0.64
test_disjunction_2
Method · 0.64
test_absoluate_value_unsat
Method · 0.64