mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
Allow different AbstractMathProgSolvers in Settings
This commit is contained in:
parent
a35122f8bb
commit
04a13616c6
@ -3,14 +3,14 @@ using SCS
|
||||
|
||||
export Settings, OrbitData
|
||||
|
||||
immutable Settings
|
||||
immutable Settings{T<:AbstractMathProgSolver}
|
||||
name::String
|
||||
N::Int
|
||||
G::Group
|
||||
S::Vector
|
||||
autS::Group
|
||||
radius::Int
|
||||
solver::SCSSolver
|
||||
solver::T
|
||||
upper_bound::Float64
|
||||
tol::Float64
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user