- 14 Nov, 2019 3 commits
-
-
Gauthier Quesnel authored
The travis clang-8 reports a SIGILL with the code: std::string str = " "; Ensures(baryonyx::left_trim(str) == ""); Fix the problem using .empty() instead of operator==. - travis: - use `-O2` seems to fix a segfault in the testlib unit test. - execute test with gdb
-
Gauthier Quesnel authored
Error seems to unrecognize the ``[[maybe_unused]]` token with the `if constexpr`: error: expected unqualified-id before ‘[’ token debug_logger([[maybe_unused]] const std::string_view name) noexcept lib/src/itm-common.hpp:1796:18: error: expected ‘)’ before ‘[’ token debug_logger([[maybe_unused]] const std::string_view name) noexcept ~^
-
Gauthier Quesnel authored
-
- 12 Nov, 2019 3 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 08 Nov, 2019 3 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 25 Oct, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 22 Oct, 2019 3 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
The new `cycle` option allows to cycle between every constaint order option from `none` to `pi-sign-change`.
-
Gauthier Quesnel authored
w is now a real and follows the rules: - [0..1]: defines a percentage of limit loop where the kappa is not used. For example -p w:0.5 -p limit:100 gives 50 loop without kappa computation and 50 with kappa computation. - > 1: defines a static number of loop without kappa computation. For examples -p w:50 -p limit:-1 gives 50 loop without kappa and +oo with kappa computation.
-
- 21 Oct, 2019 2 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 17 Oct, 2019 3 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 16 Oct, 2019 1 commit
-
-
Gauthier Quesnel authored
-
- 15 Oct, 2019 1 commit
-
-
Gauthier Quesnel authored
The value of each variables in the solution/initial vector is initialized according to the init-policy-random parameter of the bernouilli's law: - 1 use the init-policy algorithm to affect 0 or 1. - 0 use the toss up algorithm (init-random parameter and the bernouilli's law) to affect 0 or 1.
-
- 14 Oct, 2019 6 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
- 11 Oct, 2019 13 commits
-
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
trying to merge new idea to merge with bqp
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
-
Gauthier Quesnel authored
Add into solvers and core API a BQP mode in objective function.
-
Gauthier Quesnel authored
-
- 11 Sep, 2019 1 commit
-
-
Gauthier Quesnel authored
-