test the SPOT_SATSOLVER envvar

* tests/core/satmin3.test: New file.
* tests/Makefile.am: Add it.
* spot/misc/satsolver.cc: Cleanup error messages.
* spot/misc/satsolver.hh (satsolver_get_solution): Remove this unused
function.
* tests/core/readsat.cc, tests/core/readsat.test: Delete (unused).
* tests/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2017-11-02 11:11:55 +01:00
parent 161bb0675f
commit f84ca9995c
6 changed files with 104 additions and 137 deletions

View file

@ -1,5 +1,5 @@
// -*- coding: utf-8 -*-
// Copyright (C) 2013 Laboratoire de Recherche et Développement
// Copyright (C) 2013, 2017 Laboratoire de Recherche et Développement
// de l'Epita.
//
// This file is part of Spot, a model checking library.
@ -173,13 +173,6 @@ namespace spot
std::string path_;
};
/// \brief Extract the solution of a SAT solver output.
SPOT_API std::vector<int>
satsolver_get_solution(const char* filename);
}
namespace spot
{
template<typename T>
void
satsolver::comment_rec(T single)