mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-15 02:32:07 +00:00
rogueviz::sag:: allow changing allow_doubles and twoway parameters
This commit is contained in:
@@ -230,6 +230,12 @@ int anneal_read_args() {
|
||||
else if(argis("-sagfull")) {
|
||||
shift(); sag::dofullsa(argf());
|
||||
}
|
||||
|
||||
else if(argis("-sag-adtw")) {
|
||||
shift(); allow_doubles = argi();
|
||||
shift(); twoway = argi();
|
||||
}
|
||||
|
||||
else if(argis("-sagfulli")) {
|
||||
shift(); sag::dofullsa_iterations(argll());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user