dist & soft has bug, needs to fix later

This commit is contained in:
Yilou Wang 2026-03-02 23:26:56 +01:00
parent 31aeced75b
commit 79464b72bc
1 changed files with 3 additions and 2 deletions

View File

@ -43,8 +43,9 @@ class Packet;
constraint order { solve length before header; }
constraint dis {
soft sublength;
disable soft sublength;
// TODO: re-enable when soft+dist interaction is fixed
// soft sublength;
// disable soft sublength;
sublength <= length;
}