Skip to content

Commit

Permalink
Changed the documentation to not trap newcomers
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Oct 30, 2023
1 parent 8a6afbf commit 67f6c70
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ The choco solver currently uses no parallel techniques.

In the following examples, we give the Windows and Linux commands side-by-side.

> Kindly keep in mind that some of these demonstrators are actually hard problems to be proved optimally, so the `--x-max-solutions` can be handy to limit the amount of time spent looking for better solutions.
> For this same reason, the parameter `-x-total-time-out` can also put a **firm** limit on the total time elapsed by the explorer.
> The total time-out can overshoot a bit due to how the limit is realized by the [Choco Solver](https://choco-solver.org/docs/solving/limits/), but it won't be an overshoot of hours. The maximum observed so far was in the range of seconds.
> You can find other upper limits on the exploration procedure by calling IDeSyDe with `-h` or `--help`.
### 1) Avionics

You can run the Flight Function Information through,
Expand Down Expand Up @@ -407,10 +412,6 @@ Then, as usual, you can check the resulting `fiodl` files in the `reversed` fold

where the scheduler `micro_blaze_os0` shows the list schedule computed for this solution.

Kindly keep in mind that some of these combinations are actually hard problems to be proved optimally, so the `--x-max-solutions` can be handy to limit the amount of time spent looking for better solutions.
For this same reason, the parameter `-x-total-time-out` can also put a **firm** limit on the total time elapsed by the explorer.
It can overshoot a bit due to how the limit is realized by the [Choco Solver](https://choco-solver.org/docs/solving/limits/), but it won't be an overshoot of hours. The maximum observed so far was in the range of seconds.

Here's a list of the commands to run the other SDF tests of [Experiment IV in this paper](https://dl.acm.org/doi/10.1145/3133210) for the sake of easiness:

(1) RASTA and JPEG
Expand Down

0 comments on commit 67f6c70

Please sign in to comment.