Error When Solving Mixed Complementarity Model
Using the PATH solver directly, i fail to solve the problem presented below. The original problem was sourced from https://prod.sandia.gov/techlib-noauth/access-control.cgi/2015/15
Solution 1:
In the absence of someone writing a better answer, you might try using SolverFactory('mpec_nlp').solve(model)
to see what happens.
If you enjoy reading *.nl
files, you can also model.write('tmp.nl')
to see what is generated via the AMPL interface.
Post a Comment for "Error When Solving Mixed Complementarity Model"