- Singular variables need to be bound as well (to ensure ordering is
correct w.r.t. e.g. nonces, if the intruder cannot construct them.)
This commit is contained in:
parent
2ddd1eee13
commit
acb89922f1
@ -897,12 +897,6 @@ select_goal ()
|
|||||||
|
|
||||||
b = (Binding) bl->data;
|
b = (Binding) bl->data;
|
||||||
if (!b->done)
|
if (!b->done)
|
||||||
{
|
|
||||||
// We don't care about singular variables.
|
|
||||||
/**
|
|
||||||
* Note that to mirror the modelchecker semantics, we should check whether the type exists in M_0.
|
|
||||||
*/
|
|
||||||
if (!isTermVariable (b->term))
|
|
||||||
{
|
{
|
||||||
float cons;
|
float cons;
|
||||||
|
|
||||||
@ -930,7 +924,6 @@ select_goal ()
|
|||||||
eprintf ("[%i]", b->level);
|
eprintf ("[%i]", b->level);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
bl = bl->next;
|
bl = bl->next;
|
||||||
}
|
}
|
||||||
if (sys->output == PROOF)
|
if (sys->output == PROOF)
|
||||||
|
Loading…
Reference in New Issue
Block a user