Julien Schueller
Julien Schueller
it seems weird to use "var" declaration inside only one branch of the if, but doesnt work either if moving it before the if it works to use ternary operator...
@ArashPartow in our case we disable implicit multiplication so it behaves differently than in your online demo, here is a reproducer using the c++ api and with disable_commutative_check: [exprtk_simple_example_01.cpp](https://github.com/user-attachments/files/24015538/exprtk_simple_example_01.cpp)
ok, thanks for the explanation
I would expect to not have to set anything since all my libs are in default paths, currently if I dont set any path even METIS_ROOT I get: ``` $...
now I get another error: ``` Make Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are...
I think you could use only one find_path for metis.h and one find_library for metis lib if the path formed by METIS_ROOT would be provided as HINT, regardless of whether...
a practical solution for this would be to append the border drawable but there seems to be a reason preventing this as its excplicitely prepended: ``` Graph DistributionImplementation::drawPDF(const Indices &...
I'm refraining from using openblas since I found some severe performance issues recently: - https://github.com/OpenMathLib/OpenBLAS/issues/5402 - https://github.com/OpenMathLib/OpenBLAS/issues/5404
what do you mean by single-threaded mode ? do you explicitely restrict the number of openblas threads to 1 ?
it could also be the same openblas throwing all available threads to small matrices kind of issue highs should still link to cblas regardless