mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
recover error stream from dimacs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ef9b46b2e5
commit
9b4cf1559d
4 changed files with 36 additions and 25 deletions
|
@ -21,7 +21,7 @@ Revision History:
|
|||
|
||||
#include "sat/sat_types.h"
|
||||
|
||||
void parse_dimacs(std::istream & s, sat::solver & solver);
|
||||
bool parse_dimacs(std::istream & s, std::ostream& err, sat::solver & solver);
|
||||
|
||||
#endif /* DIMACS_PARSER_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue