Free cookie consent management tool by TermsFeed Policy Generator

Opened 7 years ago

Closed 7 years ago

#2720 closed defect (done)

Exporting of JSSP problem instances does not work

Reported by: abeham Owned by: abeham
Priority: medium Milestone: HeuristicLab 3.3.15
Component: Problems.Instances Version: 3.3.14
Keywords: Cc:

Description

The stream for exporting the contents is not initialized for writing.

Change History (5)

comment:1 Changed 7 years ago by abeham

  • Status changed from new to accepted

comment:2 Changed 7 years ago by abeham

  • Owner changed from abeham to jkarder
  • Status changed from accepted to reviewing

r14506:

  • fixed instance provider not using the correct description of the instance
  • fixed parser to initialize a writable stream and disposed of streamreaders and writers, fixed api comment
  • fixed jssp problem to adjust its name according to the loaded instance

comment:3 Changed 7 years ago by abeham

r14509: fixed default instance name

comment:4 Changed 7 years ago by jkarder

  • Owner changed from jkarder to abeham
  • Status changed from reviewing to readytorelease

r14692: changed file access of export stream

Thanks for fixing these issues.

comment:5 Changed 7 years ago by abeham

  • Resolution set to done
  • Status changed from readytorelease to closed

r14965: merged 14506,14509,14692 to stable

Note: See TracTickets for help on using tickets.