Skip to content

Commit

Permalink
supporting softtware note
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoolittle committed Dec 5, 2023
1 parent a4dbb9d commit 1aedf10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/LocalPolytope/linear_nonclassicality_witnesses.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ technique the output linear inequality witnesses the nonclassicality of the `tes
The optimized facet inequality ``(\\mathbf{G}^\\star, \\beta^\\star)`` is returned as a vector ``(G^\\star_{0,0}, \\dots, G^\\star_{Y,X}, -\\beta^\\star)``
where ``G^\\star_{y,x}`` are the elements of ``\\mathbf{G}^\\star``.
!!! note "Supporting Software"
The linear programming is performed using [HiGHS](https://highs.dev/)
solver via the [`JuMP`](https://jump.dev/JuMP.jl/stable/)
interface. Please refer to the source code for more details.
!!! note "Converting Output into Bell Game"
The linear programming software outputs numerical values that have numerical error. Moreover, the linear inequality is
scaled such that the classical bound is zero and the `test_behavior` score is one. In order to convert the output
Expand Down

0 comments on commit 1aedf10

Please sign in to comment.