I got a C++ issue when building the project on MacOS (after setting a -std=c+11 in the Makefile.mac): In file included from src/auglag.cpp:27: In file included from src/optimization.hpp:30: src/sparse.hpp:118:18: error: invalid operands to binary expression ('basic_ostream<char, std::__1::char_traits<char> >' and 'std::fstream' (aka 'basic_fstream<char>')) file << "}]" << file; ~~~~~~~~~~~~ ^ ~~~~ . On both linux/macos, the TAUCS dependency cannot be built due to a missing "intel cilk" library which should be optional but the configure was not able to handle the issue (no 'taucs_config_tests.h' generated).
The paper code seems to be included in the ARCSIM project. I wasn't able to check the part of the software containing it (few documentation and build issues).
If you want to contribute with another review, please follow these instructions.
Please consider to cut/paste/edit the raw JSON data attached to this paper.