Opened 13 years ago

Last modified 13 years ago

#1820 closed task

Add GUI boxes for dynamic state selection and index reduction — at Version 2

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone: 1.9.0
Component: OMEdit Version:
Keywords: Cc:

Description (last modified by Martin Sjölund)

By adding some new API calls, OMEdit will be able to display and change the DSS and index reduction algorithms before translation of a model:

method := getMatchingAlgorithm();
(flags,descriptions) := getAvailableMatchingAlgorithms();
method := getIndexReductionMethod();
(flags,descriptions) := getAvailableIndexReductionMethods();

Change History (2)

comment:1 by Martin Sjölund, 13 years ago

Owner: changed from somebody to Martin Sjölund
Status: newaccepted

comment:2 by Martin Sjölund, 13 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.