We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A number of the single-word CPLEX options that worked with ASL are not recognized by MP. For example, 'sensitivity' works here,
'sensitivity'
ampl: model diet.mod; ampl: data diet.dat; ampl: option solver cplexasl; ampl: option cplex_options 'sensitivity'; ampl: solve; CPLEX 22.1.1.0: sensitivity CPLEX 22.1.1.0: optimal solution; objective 88.2 1 dual simplex iterations (0 in phase I) suffix up OUT; suffix down OUT; suffix current OUT; ampl:
but not here:
ampl: model diet.mod; ampl: data diet.dat; ampl: option solver cplex; ampl: option cplex_options 'sensitivity'; ampl: solve; CPLEX 22.1.1: Unknown option or invalid key "sensitivity" ampl:
The text was updated successfully, but these errors were encountered:
relobjdiff doesn't exist either in CPLEX MP.
relobjdiff
Sorry, something went wrong.
mapgccv
glebbelov
No branches or pull requests
A number of the single-word CPLEX options that worked with ASL are not recognized by MP. For example,
'sensitivity'
works here,but not here:
The text was updated successfully, but these errors were encountered: