This PR enables the user to enter assumptions for the symbols before calling the work depth analysis.
It uses a VS code InputBox to handle the input. Validity of the input is checked by a regex. If the check passes, the assumptions are forwarded to the work depth analysis.
The corresponding PR to the dace repo can be found here.
This PR enables the user to enter assumptions for the symbols before calling the work depth analysis.
It uses a VS code
InputBox
to handle the input. Validity of the input is checked by a regex. If the check passes, the assumptions are forwarded to the work depth analysis.The corresponding PR to the dace repo can be found here.