Description Usage Arguments Value Examples
Reads an instance from a txt file with format: NumJobs NumMachines ProcTime11 ProcTime12 ... ProcTime21 ProcTime22 ... ...
1 |
file |
file connection or path |
sep |
separator used to write dimensions and processing times |
... |
parameters passed to Instance |
Instance object
1 2 | write_txt(generate_fsp_instance(10, 5), "example")
read_txt("example")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.