Compiling a project
When a project is completed, the user can compile it. The compiler can be starter by using the sebmenu Build the problem of the project menu.
If the user simply wants to ensure that dependencies between Uses are respected in the project, he can use the Check the projet sebmenu. Please note that on the one hand this option does not compile the project but on the other hand the Build the problem option includes the checking of the project.

During the compilation process, errors can occur, for example, if dependency links (Uses) are missesd or in case of syntax errors. These errors are reported in the DEPS Studio Errors window. In the event of an error, compilation stops, leaving the user to correct the error and re-compile the project. The compiler may also signal warnings to the user, but in that case, compilation will continue.

When compilation is successful, a compilation statistics window is displayed. It gives to the users an idea abourt the exact number of unknow (real variables, integer variables, enum real variables, enum int variables), expr and properties composing the problem to solve.
At this time, the user can access to the Solve menu of DEPS Studio for solving the problem.