Alberto Santini

Results 5 issues of Alberto Santini

Hi. I have a .desktop file as follows: ``` [Desktop Entry] Version=1.0 Type=Application Name=CLion Icon=/home/alberto/local/apps/clion-2018.2.4/bin/clion.svg Exec="/home/alberto/local/apps/clion-2018.2.4/bin/clion.sh" %f Comment=A cross-platform IDE for C and C++ Categories=Development;IDE; Terminal=false StartupWMClass=jetbrains-clion ``` When I...

Hi, I created an AUR package for ProgramOptions, find it here: https://aur.archlinux.org/packages/program-options/ If you want, you can add this piece of information to the README.

This is a first version of the barycentre clustering decomposition method described [here](https://santini.in/files/papers/santini-schneider-vidal-vigo-2022.pdf). Missing: - Possibility of warm-starting the sub-problem from the master problem solution. - Possibility of solving the...

I'd like to store my rng as a class member, as I have many methods that require it in my class. Something like: ``` class MyClass { pcg32 rng; //...

Hi! Thanks for your work creating this extension. I was wondering if there is a way to tell the linter to only work on the text portion of latex files,...