sat: adjust SPOT_SATSOLVER default for glucose 3.0

* src/misc/satsolver.cc: Add the "-model" option.
* NEWS, doc/org/satmin.org, src/bin/man/spot-x.x: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2014-02-08 21:34:35 +01:00
parent fd4a963a26
commit eb778c569a
4 changed files with 47 additions and 39 deletions

View file

@ -1,5 +1,5 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2013 Laboratoire de Recherche et Développement
// Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement
// de l'Epita.
//
// This file is part of Spot, a model checking library.
@ -40,7 +40,7 @@ namespace spot
satsolver = getenv("SPOT_SATSOLVER");
if (!satsolver)
{
satsolver = "glucose -verb=0 %I >%O";
satsolver = "glucose -verb=0 -model %I >%O";
return;
}
prime(satsolver);