Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ addEquation
Method
addEquation
src/engine/InputQuery.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void InputQuery::addEquation( const Equation &equation )
85
{
86
_equations.append( equation );
87
}
88
89
unsigned InputQuery::getNumberOfVariables() const
90
{
Callers
8
getInputQuery
Method · 0.95
test_solve_round_and_clip_unsat
Function · 0.95
test_solve_round_and_clip_sat
Function · 0.95
define_ipq
Function · 0.95
test_unit_equation1
Function · 0.95
test_unit_equation2
Function · 0.95
test_unit_equation3
Function · 0.95
test_unit_equation4
Function · 0.95
Calls
1
append
Method · 0.45
Tested by
7
test_solve_round_and_clip_unsat
Function · 0.76
test_solve_round_and_clip_sat
Function · 0.76
define_ipq
Function · 0.76
test_unit_equation1
Function · 0.76
test_unit_equation2
Function · 0.76
test_unit_equation3
Function · 0.76
test_unit_equation4
Function · 0.76