Jxtopher

Results 5 issues of Jxtopher

### Description Hello all, For `sorting/tim_sort.cpp` An exception is thrown: `std::bad_array_new_length`, when you run this piece of code: ```c++ void test(int size) { std::cout

bug

Hello, Consider the following code: ```cpp #include #include int main() { auto bitset = boost::dynamic_bitset(10, true); std::cout

#### Description of Change This implementation for maximum clique algorithm is based on the paper "A fast algorithm for the maximum clique" #### Checklist - [x] Added description of change...

The Ci was broken, fixed the issues that blocked the CI. - random class issue ![image](https://github.com/nojhan/paradiseo/assets/39927513/3d20aa65-bcb9-4be5-b919-c21e0846865e) - t-eoRoulette: the eoProportionalSelect was broken - Improve the CI workflow: activated of the...

Hello, Installation via `cargo` of `rust-code-analysis-cli` failed in Linux and Windows with cargo 1.85.0. Log: ```bash cargo install rust-code-analysis-cli ``` ```bash error[E0308]: mismatched types --> ~\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\rust-code-analysis-0.0.25\src\macros.rs:42:9 | 42 | $name::language()...