View Issue Details

IDProjectCategoryView StatusLast Update
0000263HeurekaOptimizationpublic2019-04-12 13:23
ReporterPeder Assigned Touser14 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version2.12.3 
Fixed in Version2.13.0 
Summary0000263: Optimization model syntax-highlight does not work if blank space is missing
DescriptionThis definition (from constraint maxArea) is accepted:
SUM <j> IN alternatives with altIncluded[i,j] == 1:x[i,j]==1;

However, the syntax highligthing fails to accknowledge it as a valid expression, because blank spaces are missing before and after the ":"-symbol. When the syntax hightlighting works, the ":"-symbol will be marked in blue, and the "x" will be marked in green.

The highlighting work in this case:
SUM <j> IN alternatives with altIncluded[i,j] == 1 : x[i,j]==1;

TagsNo tags attached.
ProductPlanWise

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-04-10 11:15 Peder New Issue
2019-04-10 11:15 Peder Status new => assigned
2019-04-10 11:15 Peder Assigned To => user14
2019-04-10 16:09 user14 Changeset attached => heureka trunk r19821
2019-04-10 16:11 user14 Status assigned => resolved
2019-04-10 16:11 user14 Resolution open => fixed
2019-04-12 13:23 Peder Status resolved => closed
2019-04-12 13:23 Peder Fixed in Version => 2.13.0