Skip to content
Snippets Groups Projects
Unverified Commit a63bd991 authored by cylon-x's avatar cylon-x :robot: Committed by Miroslav Kratochvil
Browse files

automatic formatting changes

parent dc4a7c1d
No related branches found
No related tags found
No related merge requests found
......@@ -52,5 +52,6 @@ Return `false` if any other termination status is reached. Termination status is
in the documentation of `JuMP`.
"""
function is_solved(optmodel)
COBREXA.JuMP.termination_status(optmodel) in [MOI.OPTIMAL, MOI.LOCALLY_SOLVED] ? true : false
COBREXA.JuMP.termination_status(optmodel) in [MOI.OPTIMAL, MOI.LOCALLY_SOLVED] ? true :
false
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment