idaholab / HERON

Holistic Energy Resource Optimization Network (HERON) is a modeling toolset and plugin for RAVEN to accelerate stochastic technoeconomic assessment of the economic viability of various grid-energy system configurations, especially with application to electrical grids and integrated energy systems (IES).
Apache License 2.0
22 stars 36 forks source link

[TASK] Include Windows testing for ipopt, cbc #334

Open PaulTalbot-INL opened 5 months ago

PaulTalbot-INL commented 5 months ago

Issue Description

With its setup as of this writing, the Windows test is skipping tests using ipopt and cbc as solvers due to either (1) the solvers not being on the machine, or (2) inability to correctly recognize if the solver is on the machine. See for example from #333 : image

We should try to do one or more of the following:

  1. Find a way to install ipopt and cbc via normal installation processes.
  2. Assure ipopt and cbc are on the regression testing machines and point users to how to obtain these solvers for themselves.
  3. Determine how to include openly available solvers as part of one-step installation processes.

For Change Control Board: Issue Review

This review should occur before any development is performed as a response to this issue.


For Change Control Board: Issue Closure

This review should occur when the issue is imminently going to be closed.