Ronaldd Pinho
Ronaldd Pinho
Hi, Tests are very important to verify the software quality and let the users comfortable. I think more modern tests can turn a more reliable framework. There are several libs...
I think is a good idea supply template class(es) for constraints to use together EvalFunctions classes in order to supply features for implementations of constrained optimization problems. An example of...
### Absolute includes considers the system paths The includes within source files is in the form: ```cpp #include ``` I believe this form considers the install path of EO, but...
## .hpp vs .h headers Using headers in `*.hpp` format and including class definitions and implementations in the same files makes the inclusion of the headers more straightforward and reliable....
I write a python script to plot in line from a data file with data separated by a comma.
Percebi que alguns arquivos da pasta `second-edition/src` estão completamente traduzidos. Na seção de __Processo de Tradução__ no `CONTRIBUTING.md`, diz: > Os arquivos da tradução ficarão na pasta src na raiz...
Percebi que o capítulo 7 está desatualizado em relação a versão original. Algumas diferenças que percebi na [versão em inglês](https://doc.rust-lang.org/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html): - O título é: _Managing Growing Projects with Packages, Crates,...
I created a C++ library to use in my project and I've do it separated and create a new [project on Github](https://github.com/ropinho/libloggibud) called `libloggibud`, this is a C++ version of...
Hi, I'm experienced an issue when compiling the libraries in the version `v3.0.0` on Linux 6.1.51-1-lts x86_64. The function `std::swap` not accepts the `eoBit` as arguments, it not did convert...
Exists some place where can we find the best knwon solution for the instances? Would be util for research that proposes new tools to solve the CVRP using these instances.