What are the allowed extensions for the parameter filename
in pyscipopt.Model.writeProblem(filename)
?
It works if filename='a'
or filename='a.mps'
,
but if e.g. filename='a.problem'
, then it fails with the error code:
Exception: SCIP: a required plugin was not found !