osate / osate2-gtse

This plugin enables users to automatically explore the trade space of a system by connecting OSATE to Penn State's Trade Space Visualizer tool.
Other
5 stars 0 forks source link

Add infrastructure for fail-fast configurator enforcement #21

Closed sprocter closed 6 years ago

sprocter commented 7 years ago

Since more complex configurators (ie, anything more sophisticated than equality / inequality) aren't supported / encodable in ATSV, we need some way to support them. The plan is to encode them in some way that is easy for the stand-alone jar / connector to enforce, so that:

  1. The request never makes it to OSATE
  2. The request should fail significantly faster than if it had made it to OSATE
  3. The response should be indistinguishable to ATSV from one generated by a run of OSATE
sprocter commented 6 years ago

This is no longer necessary because ATSV supports our desired configurators directly.