Opened 12 years ago

Closed 12 years ago

#1820 closed task (fixed)

Add GUI boxes for dynamic state selection and index reduction

Reported by: Martin Sjölund Owned by: Adeel Asghar
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 (5)

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)

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

Owner: changed from Martin Sjölund to Adeel Asghar
Status: acceptedassigned

comment:5 by Adeel Asghar, 12 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.