Skip to content

Commit 9a0634b

Browse files
committed
Speed up passive sim a tiny bit;
1 parent 6b82e11 commit 9a0634b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Theories/CTs/CSR2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type pubTable = {[key: string]: number};
1818
const lowboundsActive = [0.65, 0.15, 0.85, 0, 0];
1919
const highboundsActive = [1.45, 0.5, 1.8, 1.2, 1.2];
2020

21-
const lowboundsPassive = [0.65, 0.15, 0.85, 0, 0];
21+
const lowboundsPassive = [1, 0.15, 1.35, 0, 0];
2222
const highboundsPassive = [2.85, 0.5, 3.3, 1.2, 1.2];
2323

2424
class csr2Sim extends theoryClass<theory> {

0 commit comments

Comments
 (0)