-
This error appear when i try to train my GNN on graph datasets in order to optimize makespan of RCPSP problem.
The error disapear when i clear the dataset and i keep only few graphs (4-5 not more).
…
-
Hi,
Is this project working with satisfactory results?
Regards
-
# Tests impacted
here the list of impacted tests...
To test:
```sh
cmake -S. -Bbuild -DBUILD_PYTHON=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
cmake --build build -j 8
(cd build && …
Mizux updated
3 months ago
-
- [ ] Delays (RCPSP/Max)
- [x] Modes/recipes (#68)
- [x] Cumulative
I refactored the OR-Tools example. See [here](https://github.com/leonlan/ORLIB/pull/9) for changelog. Below is the final script…
-
A first target for the solver is to be able to (relatively efficiently) solve (variants of) the jobshop and RCPSP problems. We have discussed the following steps as part of the process of getting ther…
-
Hello, I would like to solve a JSSP problem with different arrival times. Some of the jobs should be available at start `t = 0`, and others should arrive at time `t > 0`. I tried to use Wheatley for t…
-
For each timing constraint we can add an extra delay parameter.
-
**Introduction**
I am working on [Yuck](https://github.com/informarte/yuck), a solver for combinatorial optimization problems specified using the [MiniZinc](https://www.minizinc.org/) language. Imp…
-
## 📚 Documentation
Parameters of the [RCPSP domain classes](https://github.com/airbus/scikit-decide/blob/master/skdecide/hub/domain/rcpsp/rcpsp_sk.py) are undocumented. In particular the meaning of…
-
Some suggestions for chapter 4 that may need discussion before implementing. Once we have agreed on how to proceed I'll make a PR for the changes.
- [x] Is the `new_constant` any useful? I cannot t…