ERROR: Solver log: 'xx' is not recognized as an internal or external command, operable program or batch file.
回答済みDear All,
I am currently experiencing this error when I tried to run the solver.
ERROR: Solver log: 'C:/Users/xx' is not recognized as an internal or external command, operable program or batch file.
Does anyone have any idea on how to solve this?
0
-
正式なコメント
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
How do you run the solver? Could you give us more information?
0 -
I run it like this
starttime = time.time()
from pyomo.util.infeasible import log_infeasible_constraintsslvr = SolverFactory('gurobi')
slvr.options["MIPGap"] = 0.01
results = slvr.solve(model)results.write()
model.solutions.load_from(results)
log_infeasible_constraints(model)
print("%s seconds" %(time.time() - starttime))0 -
I fear that you have to ask this question in the Pyomo community. Gurobi does not try to call any program that is called "xx". I think this must come from Pyomo.
0
投稿コメントは受け付けていません。
コメント
4件のコメント