sdpb icon indicating copy to clipboard operation
sdpb copied to clipboard

A semidefinite program solver for the conformal bootstrap.

Results 28 sdpb issues
Sort by recently updated
recently updated
newest added

Currently sdpb binaries are always taken from `build/`, test data - from `test/data`, and temporary output files are written to `test/out/`. It could be useful (e.g. for CI jobs) to...

enhancement
tests

Currently one has to provide custom `mpirun` command each time when running tests, see https://github.com/davidsd/sdpb/blob/master/Install.md#tests It would be more convenient to set it once during `./waf configure` call, and then...

tests
config

`exists(sdp_block_timings_path)` will always return `false` if `sdp_path` is a zip file (not a directory): https://github.com/davidsd/sdpb/blob/3019fcd7122794ddb9618de1adcd1d8439716031/src/sdp_solve/Block_Info/read_block_costs.cxx#L13-L14

One possibility is "SingletScalarAllowed_test_nmax6" from https://gitlab.com/davidsd/scalars-3d/-/blob/master/src/Projects/Scalars3d/SingletScalar2020.hs . Perhaps we want to do it at lower nmax. If we change `Bound.remoteCompute` to `Bound.remoteComputeKeepFiles`, then we can grab the json files it...

tests

There is a test description in comments in [test_approx_objective.xml](https://github.com/davidsd/sdpb/blob/b3593366eef40d929e453f02a5c20b04b976081e/test/test_approx_objective.xml). But the files used there do not exist. Also there is no actual test script to run. Need to add a...

tests

Hi, I'm working on extending the (univariate) PMP to the multivariate setting, hopefully with SDPB as solver. A lot stays similar, the most important change is that you need more...

More than one user has reported that sdpb or pvm2sdp will sometimes stall when running under Docker on an Intel Mac. It is not consistent. It can work many times...

config

`libxml2` has directory structure `include/libxml2/libxml/*.h`. Include statements in `Vector_State.hxx` and `Number_State.hxx` ask for `#include `. At configuration time, `waf configure` tries to compile a trivial file with the include `#include...

config

1. Support CMake 2. At some point, deprecate Waf Why CMake instead of Waf? - According to the 2022 C++ Developer Surveys by [ISO C++](https://isocpp.org/files/papers/CppDevSurvey-2022-summary.pdf) and by [JetBrains](https://www.jetbrains.com/lp/devecosystem-2022/cpp/#Which-project-models-or-build-systems-do-you-regularly-use), CMake is...

enhancement
config

See https://github.com/vsdp/SDPLIB . The primal form of these problems takes exactly the form of a PMP with constant matrices.

tests