Skip to content

Commit ad4c5e1

Browse files
committed
CSR2PT boundaries update;
1 parent e6b079a commit ad4c5e1

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
@@ -264,7 +264,7 @@ class csr2Sim extends theoryClass<theory> {
264264
}
265265
async confirmPurchase(id: number): Promise<boolean> {
266266
const lowbounds = [0.65, 0.15, 0.85, 0, 0];
267-
const highbounds = [1.45, 0.5, 1.8, 1.2, 1.2];
267+
const highbounds = [2.85, 0.5, 3.3, 1.2, 1.2];
268268
if (this.forcedPubRho !== Infinity) {
269269
if (this.forcedPubRho - this.variables[id].cost <= lowbounds[id]) {
270270
this.coasting[id] = true;

0 commit comments

Comments
 (0)