Call glucose with -verb=0.

* src/misc/satsolver.cc: Call glucose with -verb=0.
* src/bin/man/spot-x.x: Document it.
This commit is contained in:
Alexandre Duret-Lutz 2013-12-03 14:32:37 +01:00
parent 977a6dfaee
commit e5874ee4c7
2 changed files with 8 additions and 7 deletions

View file

@ -40,7 +40,7 @@ namespace spot
satsolver = getenv("SPOT_SATSOLVER");
if (!satsolver)
{
satsolver = "glucose %I >%O";
satsolver = "glucose -verb=0 %I >%O";
return;
}
prime(satsolver);