Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ setSolutionValue
Method
setSolutionValue
src/engine/InputQuery.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void InputQuery::setSolutionValue( unsigned variable, double value )
158
{
159
_solution[variable] = value;
160
}
161
162
double InputQuery::getSolutionValue( unsigned variable ) const
163
{
Callers
4
run_sigmoid_test
Method · 0.80
extractSolution
Method · 0.80
setSolutionValuesOfEliminatedNeurons
Method · 0.80
test_set_solution_for_eliminated_neurons
Method · 0.80
Calls
no outgoing calls
Tested by
2
run_sigmoid_test
Method · 0.64
test_set_solution_for_eliminated_neurons
Method · 0.64