- Timestamp:
- 03/16/17 07:56:01 (8 years ago)
- Location:
- branches/symbreg-factors-2650
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/symbreg-factors-2650
-
branches/symbreg-factors-2650/HeuristicLab.Problems.Instances.Scheduling/3.3/JSSPORLIBParser.cs
r14542 r14751 54 54 55 55 public void Export(string file) { 56 using (Stream stream = new FileStream(file, FileMode.Create, FileAccess. ReadWrite)) {56 using (Stream stream = new FileStream(file, FileMode.Create, FileAccess.Write)) { 57 57 Export(stream); 58 58 }
Note: See TracChangeset
for help on using the changeset viewer.