Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlan committed Feb 19, 2024
1 parent 2d97cd5 commit 708ce90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ FJSPLIB is a Python package for reading and writing flexible job shop problem (F
The FJSPLIB format is as follows:

``` sh
<num jobs> <num machines> <average operations per job>
<num jobs> <num machines> <avg num machines per operation>
<num operations> * (<num machines> * (<machine idx> <duration>))
...
```

The first line contains data about the number of jobs, number machines and average number of operations per job.
The first line contains data about the number of jobs, number machines and average number of machines that can process an operation.
The following lines each represent the job data, one line for each job.
These lines are each parsed as follows:
- The first number denotes the number of operations for this job.
Expand Down

0 comments on commit 708ce90

Please sign in to comment.