You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding an 'unrelated' variable+assertion causes ~50ms linear optimization query to no longer terminate.
Expected Behavior:
I thought dreal_query_FAST.smt2 and dreal_query_SLOW.smt2 would finish in similar amounts of time.
I thought this because variable_X does not impose any additional constraints on the relationship between variable_A and variable_B nor does the minimize expression depend on variable_X.
Observation:
Adding an 'unrelated' variable+assertion causes ~50ms linear optimization query to no longer terminate.
Expected Behavior:
I thought
dreal_query_FAST.smt2
anddreal_query_SLOW.smt2
would finish in similar amounts of time.I thought this because
variable_X
does not impose any additional constraints on the relationship betweenvariable_A
andvariable_B
nor does theminimize
expression depend onvariable_X
.Actual Behavior:
dreal_query_FAST.smt2
:Result of
time cat dreal_query_FAST.smt2 | dreal --in
:dreal_query_SLOW.smt2
:Result of
time cat dreal_query_SLOW.smt2 | dreal --in
:Nothing- Still running after 30 minutes.
The text was updated successfully, but these errors were encountered: