Maxime Gasse

Results 8 issues of Maxime Gasse

There is an issue with unnumbered chapters with more than one page: the footer/header of the previous chapter is repeated. This can be fixed by using \addchap\* instead of \chapter\*...

## Pull request checklist - [x] I have opened an issue to discuss the proposed changes: Fix #314 - [ ] I have modified/added tests to cover the new changes/features....

@dchetelat do you think this will cause any issue ? I suppose if that passes all the tests then we should be ok ?

### Discussed in https://github.com/ds4dm/ecole/discussions/193 A partial fix has been merged into PySCIPOpt [here](https://github.com/scipopt/PySCIPOpt/pull/505). Still, I understand that one must keep a reference to the PySCIPOpt object that was used to...

type/bug πŸ›

## Describe the bug A segfault happens randomly when using the Configuring environment as in the tutorial. ## Setting - OS: Linux 5.9.11-200.fc33.x86_64 #1 SMP Tue Nov 24 18:18:01 UTC...

type/bug πŸ›
status/scip 🦘

## Describe the bug At the moment, pressing CTL-C while Ecole is running results in either one the two following effects: 1) SCIP catches the signal and interrupts the solving...

type/bug πŸ›

Think about the possibility of composing environments, e.g., Node selection + branching

type/discussion 🀝

Replace `Exception` for `std::exception` in order to allow `std::throw_with_nested`. That would improve error messages for the users.

type/enhancement πŸš€