Skip to content

Coding Rules - For AI agents to follow #3

@GiggleLiu

Description

@GiggleLiu
  1. For each added rule A -> B, the following closed-loop test must be added:
    • create a small instance A
    • reduce A to B
    • solve B, get solution of B
    • extract solution of A from solution of B
    • verify this solution is indeed a solution of A
    • The reduction process must be documented clearly in notes/book.typ, with citations.
    • Make sure the added rule is included in the reduction graph.
  2. For each added model A
    • Make sure the model definition is clearly explained in the notes/book.typ.
    • Make sure it can be dump to/load from json files, the format is documented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions