Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试按照在线 pyomo 帮助中的建议激活 Couenne 选项,例如: opt = SolverFactory('couenne') opt.options['display_stats']= 'yes' 但我收到以下错误:
ApplicationError: Solver (asl) 没有正常退出
我还检查了: opt.options['couenne.display_stats']='yes'
问候