set warmstart to false by default
This commit is contained in:
parent
256422cf1b
commit
72f8a9d02c
@ -36,7 +36,7 @@ function parse_commandline()
|
|||||||
default = 2
|
default = 2
|
||||||
"--warmstart"
|
"--warmstart"
|
||||||
help = "Use warmstart.jl as the initial guess for SCS"
|
help = "Use warmstart.jl as the initial guess for SCS"
|
||||||
action = :store_false
|
action = :store_true
|
||||||
end
|
end
|
||||||
|
|
||||||
return parse_args(settings)
|
return parse_args(settings)
|
||||||
|
@ -43,7 +43,7 @@ function parse_commandline()
|
|||||||
action = :store_true
|
action = :store_true
|
||||||
"--warmstart"
|
"--warmstart"
|
||||||
help = "Use warmstart.jl as the initial guess for SCS"
|
help = "Use warmstart.jl as the initial guess for SCS"
|
||||||
action = :store_false
|
action = :store_true
|
||||||
end
|
end
|
||||||
|
|
||||||
return parse_args(settings)
|
return parse_args(settings)
|
||||||
|
Loading…
Reference in New Issue
Block a user