minato: use bdd_ite()
* spot/misc/minato.cc: Use bdd_ite() to exercise one of the function rewritten in the next patch, and also because that is supposedly faster.
This commit is contained in:
parent
f179c79409
commit
d7b3d05e57
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009, 2013, 2014, 2015 Laboratoire de Recherche et
|
||||
// Copyright (C) 2009, 2013-2015, 2020 Laboratoire de Recherche et
|
||||
// Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris
|
||||
// 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
||||
|
|
@ -166,7 +166,7 @@ namespace spot
|
|||
continue;
|
||||
|
||||
case local_vars::FourthStep:
|
||||
ret_ |= (l.g0 - l.v1) | (l.g1 & l.v1);
|
||||
ret_ |= bdd_ite(l.v1, l.g1, l.g0);
|
||||
todo_.pop();
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue