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

jpyintepreter - add documentation to jpyintepreter internals

Christopher-Chianelli opened this issue · comments

JPyIntepreter is a complex beast, and is the mostly likely place to make performance improvements and do bug fixes for OptaPy.
Being so complex, new contributors wouldn't know how to start modifying it.
Documenting JPyIntepreter internals will allow new contributors to understand the overall architecture of JPyInterpreter and assist them in contributing performance improvements and bug fixes.