fields, solvers

This commit is contained in:
Jukka Aho
2015-11-20 08:48:15 +02:00
parent 106f6f80b2
commit 18ae2ee5b7
5 changed files with 213 additions and 6 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ function Base.push!(solver::Solver, problem::Problem)
end
""" Get all problems assigned to solver. """
function get_problems(s::Solver)
return s.problems
function get_problems(solver::Solver)
return solver.problems
end
## SimpleSolver -- tiny direct demo solver