optapy / optapy

OptaPy is an AI constraint solver for Python to optimize planning and scheduling problems.

Home Page:https://www.optapy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpyinterpreter - Support match statements

Christopher-Chianelli opened this issue · comments

See https://peps.python.org/pep-0634/

This require the following opcodes:

  • COPY_DICT_WITHOUT_KEYS
  • GET_LEN
  • MATCH_MAPPING
  • MATCH_SEQUENCE
  • MATCH_KEYS
  • MATCH_CLASS(count)