Opened 12 years ago

Last modified 12 years ago

#1820 closed task

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

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();

Followed by OMEdit calling (before translation, optional if the flag did not change):

setMatchingAlgorithm(method);
setIndexReductionMethod(method);

Change History (3)

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

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

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

Description: modified (diff)

comment:3 by Martin Sjölund, 12 years ago

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