File tree Expand file tree Collapse file tree
bed-allocation/src/main/resources/META-INF/resources
conference-scheduling/src/main/resources/META-INF/resources
employee-scheduling/src/main/resources/META-INF/resources
facility-location/src/main/resources/META-INF/resources
flight-crew-scheduling/src/main/resources/META-INF/resources
food-packaging/src/main/resources/META-INF/resources
maintenance-scheduling/src/main/resources/META-INF/resources
meeting-scheduling/src/main/resources/META-INF/resources
project-job-scheduling/src/main/resources/META-INF/resources
school-timetabling/src/main/resources/META-INF/resources
sports-league-scheduling/src/main/resources/META-INF/resources
spring-boot-integration/src/main/resources/static
task-assigning/src/main/resources/META-INF/resources
tournament-scheduling/src/main/resources/META-INF/resources
vehicle-routing/src/main/resources/META-INF/resources
kotlin/school-timetabling/src/main/resources/META-INF/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ function analyze() {
303303
304304 let row = $ ( `<tr/>` ) ;
305305 row . append ( $ ( `<td/>` ) . html ( icon ) )
306- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
306+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
307307 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
308308 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
309309 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ function analyze() {
445445
446446 let row = $ ( `<tr/>` ) ;
447447 row . append ( $ ( `<td/>` ) . html ( icon ) )
448- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
448+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
449449 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
450450 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
451451 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ function analyze() {
358358
359359 let row = $ ( `<tr/>` ) ;
360360 row . append ( $ ( `<td/>` ) . html ( icon ) )
361- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
361+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
362362 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
363363 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
364364 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ function analyze() {
227227
228228 let row = $ ( `<tr/>` ) ;
229229 row . append ( $ ( `<td/>` ) . html ( icon ) )
230- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
230+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
231231 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
232232 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
233233 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ function analyze() {
331331
332332 let row = $ ( `<tr/>` ) ;
333333 row . append ( $ ( `<td/>` ) . html ( icon ) )
334- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
334+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
335335 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
336336 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
337337 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ function analyze() {
273273
274274 let row = $ ( `<tr/>` ) ;
275275 row . append ( $ ( `<td/>` ) . html ( icon ) )
276- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
276+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
277277 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
278278 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
279279 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ function analyze() {
325325
326326 let row = $ ( `<tr/>` ) ;
327327 row . append ( $ ( `<td/>` ) . html ( icon ) )
328- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
328+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
329329 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
330330 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
331331 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ function analyze() {
338338
339339 let row = $ ( `<tr/>` ) ;
340340 row . append ( $ ( `<td/>` ) . html ( icon ) )
341- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
341+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
342342 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
343343 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
344344 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ function analyze() {
360360
361361 let row = $ ( `<tr/>` ) ;
362362 row . append ( $ ( `<td/>` ) . html ( icon ) )
363- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
363+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
364364 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
365365 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
366366 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ function analyze() {
329329
330330 let row = $ ( `<tr/>` ) ;
331331 row . append ( $ ( `<td/>` ) . html ( icon ) )
332- . append ( $ ( `<td/>` ) . text ( constraintAnalysis . name ) . css ( { textAlign : 'left' } ) )
332+ . append ( $ ( `<td/>` ) . text ( constraintAnalysis . id ) . css ( { textAlign : 'left' } ) )
333333 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . type ) )
334334 . append ( $ ( `<td/>` ) . html ( `<b>${ constraintAnalysis . matches . length } </b>` ) )
335335 . append ( $ ( `<td/>` ) . text ( constraintAnalysis . weight ) )
You can’t perform that action at this time.
0 commit comments