AD3 icon indicating copy to clipboard operation
AD3 copied to clipboard

Alternating Directions Dual Decomposition

Results 6 AD3 issues
Sort by recently updated
recently updated
newest added

Can not compile on MacOS High Sierra, using Python 3.10 cpp --version Apple LLVM version 9.0.0 (clang-900.0.38) Target: x86_64-apple-darwin17.7.0 **Here's the error message:** building 'ad3.factor_graph' extension clang -Wno-unused-result -Wsign-compare -Wunreachable-code...

Hey Andre. Guess who ;) I think I told you once that I'm using ad3 for learning. The library I started is now used by a handful of people and...

I implemented the Python interface for grandparents, grandsiblings and change the signature for siblings, making it arguably less error-prone. Also improved the documentation of some Cython functions.

Hi, I'm not pretty sure, but according to memory-check by valgrind, it seems that this line might be a possible source of memory leak: [here](https://github.com/andre-martins/AD3/blob/22131c7457614dd159546500cd1a0fd8cdf2d282/ad3/GenericFactor.cpp#L437) Since `active_set_[k]` and `configuration` are...

Hi, I have used `pip install ad3` to install, I am receiving the below error, ``` C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\xlocale(342) : warning C 4530: C++ exception handler used, but...

Hi, I have trouble install ad3 python on my mac. I am running Python in virtualenv on Mavericks. I didn't perform a clean install from scratch, just upgraded from Mountain...