Bug 471302 - [serializer] use weighted search instead of backtracking
Summary: [serializer] use weighted search instead of backtracking
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.8.2   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 462548 471287
  Show dependency tree
 
Reported: 2015-06-29 05:51 EDT by Moritz Eysholdt CLA
Modified: 2015-06-29 09:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Eysholdt CLA 2015-06-29 05:51:31 EDT
the backtracking algorithm always returns the first found valid solution. 

Even though that solution is valid, it might noch be the one the user wished for, because there may be another, better solution. Better as in:

- fewer differenced when compared with the last node model.
- fewer escaped identifiers.
- etc.?