mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix
This commit is contained in:
parent
fc957ee59b
commit
8b31f826cf
@ -449,7 +449,8 @@ string CHCSmtLib2Interface::querySolver(string const& _input)
|
||||
boost::process::child eld(
|
||||
eldBin,
|
||||
"-ssol",
|
||||
"-scex",
|
||||
//"-scex",
|
||||
"-cex",
|
||||
queryFileName,
|
||||
boost::process::std_out > is
|
||||
);
|
||||
|
||||
@ -1194,7 +1194,7 @@ void CHC::resetSourceAnalysis()
|
||||
#endif
|
||||
if (!usesZ3)
|
||||
{
|
||||
solAssert(m_settings.solvers.smtlib2);
|
||||
solAssert(m_settings.solvers.smtlib2 || m_settings.solvers.eld);
|
||||
|
||||
if (!m_interface)
|
||||
m_interface = make_unique<CHCSmtLib2Interface>(m_smtlib2Responses, m_smtCallback, m_settings.solvers, m_settings.timeout);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user