1
0
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:
Zeno Rogue
2025-12-04 23:24:20 +01:00
parent aed65e5bc0
commit 4eabfd2c21
+6
View File
@@ -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());
}