mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-26 02:30:29 +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
|
export Settings, OrbitData
|
||||||
|
|
||||||
immutable Settings
|
immutable Settings{T<:AbstractMathProgSolver}
|
||||||
name::String
|
name::String
|
||||||
N::Int
|
N::Int
|
||||||
G::Group
|
G::Group
|
||||||
S::Vector
|
S::Vector
|
||||||
autS::Group
|
autS::Group
|
||||||
radius::Int
|
radius::Int
|
||||||
solver::SCSSolver
|
solver::T
|
||||||
upper_bound::Float64
|
upper_bound::Float64
|
||||||
tol::Float64
|
tol::Float64
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user