Skip to content

Commit 6c516b3

Browse files
committed
Document get_problem_messages
1 parent 1ac9052 commit 6c516b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solvers/smt2_incremental/smt2_incremental_decision_procedure.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ static smt_responset get_response_to_command(
4040
return response;
4141
}
4242

43+
/// Returns a message string describing the problem in the case where the
44+
/// response from the solver is an error status. Returns empty otherwise.
4345
static optionalt<std::string>
4446
get_problem_messages(const smt_responset &response)
4547
{

0 commit comments

Comments
 (0)