Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to PTR-RBL #57

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Changes to PTR-RBL #57

wants to merge 3 commits into from

Commits on Apr 23, 2022

  1. Changes for PTR-RBL

    Added the following code example for PTR-RBL:
    
    %% Pg. 27, PTR-RBL
    b= dec2bin(2^4-1:-1:0)-'0';
    b1=b(:,1);b2=b(:,2);b3=b(:,3);ba=b(:,4);
    LHS = min(reshape(-1*b1.*b2.*b3,2,[]));
    RHS = min(reshape((ba -b1 + b2 + b3) - b1.*b2 - b1.*b3 + b1,2,[]));
    isequal(LHS,RHS)
    RohitPrashant committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3edecc5 View commit details
    Browse the repository at this point in the history
  2. Delete reproducing.asv

    RohitPrashant committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    2043589 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. updated PTR-RBL

    Added z-variable function equations to this.
    RohitPrashant committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    7e98b5a View commit details
    Browse the repository at this point in the history