Skip to content

Inconsistent number of block constraints and linking constraints. #126

@Yutong-Dai

Description

@Yutong-Dai

In the following lines,

CONSTRAINTS.append(["C"+str(k)+"_"+str(j) for j in range(numCons)])

range(numCons) should be range(numCons[k])

CONSTRAINTS.append(["C"+str(numBlocks)+"_"+str(j) for j in range(numCons)])

range(numCons) should be range(numLinkingCons).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions