Relink to simplify using a 64-bit minos with a 32-bit AMPL or vice versa when imported functions are involved (loaded from a *.dll file). For a 64-bit minos, if the library name involves ‘.’ and the final ‘.’ is preceded by “_32”, change the “32” to “64”. Otherwise, if the library fails to load and there is a ‘.’ in the name, insert “_64” before the final ‘.’. (For 32-bit solvers, the rules are similar, with the roles of “32” and “64” reversed.)