Skip to content

Commit 26e0a7f

Browse files
committed
Improve CSR2PT result;
1 parent 9a0634b commit 26e0a7f

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
@@ -19,7 +19,7 @@ const lowboundsActive = [0.65, 0.15, 0.85, 0, 0];
1919
const highboundsActive = [1.45, 0.5, 1.8, 1.2, 1.2];
2020

2121
const lowboundsPassive = [1, 0.15, 1.35, 0, 0];
22-
const highboundsPassive = [2.85, 0.5, 3.3, 1.2, 1.2];
22+
const highboundsPassive = [3.85, 0.5, 3.8, 1.2, 1.2];
2323

2424
class csr2Sim extends theoryClass<theory> {
2525
recursionValue: number[];

0 commit comments

Comments
 (0)