|
@ -4,6 +4,7 @@ The run module is arguably the most important part of the *alma* interface. It i |
|
|
|
|
|
|
|
|
```python |
|
|
```python |
|
|
import random |
|
|
import random |
|
|
|
|
|
import os |
|
|
|
|
|
|
|
|
def run(instance, save, state): |
|
|
def run(instance, save, state): |
|
|
lines = open(instance).readlines() |
|
|
lines = open(instance).readlines() |
|
|