NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Fix analysis mode of scheduling engine #1586

Closed adrienmaillard closed 3 weeks ago

adrienmaillard commented 1 month ago

Description

The issue arose in this case

Initializing the conflictSolverReturn variable to its default state (unsatisfied, no activities created) fixes that issue and no other logic is impacted.

Verification

None.

Documentation

None.

Future work

None.

Mythicaeda commented 1 month ago

Would you mind quickly explaining why it was null to begin with, if you recall?

adrienmaillard commented 1 month ago

An oversight. Probably from before it had a default state via its default constructor.