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