Peter Steneteg

Results 109 comments of Peter Steneteg

I undersand, that makes sense. Not much one can do.

@engbergandreas is the tetrameshcutplane modules used for anything? It seems to be empty here?

I also ran into this issue, after some digging I found that `FindFFMPEG.cmake` will call ``` find_library(FFMPEG_DEPENDENCY_${lib_name}_${config} NAMES "${lib_name}" REQUIRED ``` To find a set of required system libraries. those...

Eigens last release is from 2021. Vcpkgs model where all packages have to be compatible with each other is great. But we can't have a package like fmt been held...

I would love to see this merged. Have been using it for years and it is great! But being able to use the default package in various package managers would...

have you tried using https://pybind11.readthedocs.io/en/stable/reference.html#_CPPv420multiple_inheritance

Hi, sorry for the slow response, but it is going to take a some time to go through this. But Im working on it And big thanks for contributing!

I don't have a very strong opinion, by I prefer having virtual in front always, mostly for readability (I like to be able to quickly see all virtual functions, having...