Greetings to the esteemed AMPL team. I am a current student and have applied for a trial of octeract. According to the official website for octeract:
"ampl: option solver octeract; # change the solver ampl: option octeract_options 'option1=value1 option2= value2'; # specify options ampl: solve; # solve the problem".
I made the call to octeract in AMPL, but I get the following result: "Set to *option1=value1 option2=value2 MIP_SOLVER=CPLEX*
Option name mismatch. could not find option with name "OPTION1".
Could not find option with name "OPTION1". exit value 1
<BREAK>".
May I ask why this result occurs? Obviously, octeract is still in the trial period, why can't I use it?