Skip to content
Snippets Groups Projects

Update

12 files
+ 514
237
Compare changes
  • Side-by-side
  • Inline

Files

@@ -4,10 +4,11 @@
@@ -4,10 +4,11 @@
<option name="autoReloadType" value="SELECTIVE" />
<option name="autoReloadType" value="SELECTIVE" />
</component>
</component>
<component name="ChangeListManager">
<component name="ChangeListManager">
<list default="true" id="a17b64ea-8b68-4cd2-aba6-1780c674b35e" name="Changes" comment="Clean">
<list default="true" id="a17b64ea-8b68-4cd2-aba6-1780c674b35e" name="Changes" comment="TP jusqu'à début exo 3 mais manque dernier exo 2">
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/DefaultStrategy.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/gradle.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/gradle.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/utils/IStrategy.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
 
<change beforePath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Solutions.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Solutions.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Solver.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Solver.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Solver.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/fr/univamu/solver/Solver.java" afterDir="false" />
</list>
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="SHOW_DIALOG" value="false" />
@@ -20,9 +21,48 @@
@@ -20,9 +21,48 @@
<ProjectState />
<ProjectState />
</projectState>
</projectState>
</component>
</component>
 
<component name="ExternalProjectsManager">
 
<system id="GRADLE">
 
<state>
 
<task path="$PROJECT_DIR$">
 
<activation />
 
</task>
 
<projects_view>
 
<tree_state>
 
<expand>
 
<path>
 
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
 
<item name="GL-Solver" type="f1a62948:ProjectNode" />
 
</path>
 
</expand>
 
<select />
 
</tree_state>
 
</projects_view>
 
</state>
 
</system>
 
</component>
 
<component name="FileTemplateManagerImpl">
 
<option name="RECENT_TEMPLATES">
 
<list>
 
<option value="Record" />
 
<option value="Interface" />
 
<option value="Class" />
 
</list>
 
</option>
 
</component>
<component name="Git.Settings">
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
</component>
 
<component name="GitLabMergeRequestFiltersHistory">{
 
&quot;lastFilter&quot;: {
 
&quot;state&quot;: &quot;OPENED&quot;,
 
&quot;assignee&quot;: {
 
&quot;type&quot;: &quot;org.jetbrains.plugins.gitlab.mergerequest.ui.filters.GitLabMergeRequestsFiltersValue.MergeRequestsMemberFilterValue.MergeRequestsAssigneeFilterValue&quot;,
 
&quot;username&quot;: &quot;g20015175&quot;,
 
&quot;fullname&quot;: &quot;GABILLET Valentin&quot;
 
}
 
}
 
}</component>
<component name="ProjectColorInfo">{
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 2
&quot;associatedIndex&quot;: 2
}</component>
}</component>
@@ -35,11 +75,13 @@
@@ -35,11 +75,13 @@
<component name="PropertiesComponent">{
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;keyToString&quot;: {
&quot;Gradle.GL-Solver [:fr.univamu.solver.Main.main()].executor&quot;: &quot;Run&quot;,
&quot;Gradle.GL-Solver [:fr.univamu.solver.Main.main()].executor&quot;: &quot;Run&quot;,
 
&quot;Gradle.TestSolver.testConstraintAdd.executor&quot;: &quot;Run&quot;,
&quot;Gradle.Tests in 'GL-Solver'.executor&quot;: &quot;Run&quot;,
&quot;Gradle.Tests in 'GL-Solver'.executor&quot;: &quot;Run&quot;,
&quot;Gradle.Tests in 'fr.univamu.solver'.executor&quot;: &quot;Run&quot;,
&quot;Gradle.Tests in 'fr.univamu.solver'.executor&quot;: &quot;Run&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;master&quot;,
&quot;git-widget-placeholder&quot;: &quot;master&quot;,
&quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
&quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
 
&quot;last_opened_file_path&quot;: &quot;/amuhome/g20015175/Documents/Master/POC/TP_F/TP_F&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
@@ -48,13 +90,18 @@
@@ -48,13 +90,18 @@
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
}
}
}</component>
}</component>
 
<component name="RecentsManager">
 
<key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
 
<recent name="fr.univamu.solver" />
 
</key>
 
</component>
<component name="RunManager" selected="Gradle.Tests in 'GL-Solver'">
<component name="RunManager" selected="Gradle.Tests in 'GL-Solver'">
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="fr.univamu.solver.Main" />
<option name="MAIN_CLASS_NAME" value="fr.univamu.solver.Main" />
<module name="GL-Solver.main" />
<module name="GL-Solver.main" />
<extension name="coverage">
<extension name="coverage">
<pattern>
<pattern>
<option name="PATTERN" value="fr.univamu.solver.*" />
<option name="PATTERN" value="fr.univamu.solver.utils.*" />
<option name="ENABLED" value="true" />
<option name="ENABLED" value="true" />
</pattern>
</pattern>
</extension>
</extension>
@@ -62,6 +109,30 @@
@@ -62,6 +109,30 @@
<option name="Make" enabled="true" />
<option name="Make" enabled="true" />
</method>
</method>
</configuration>
</configuration>
 
<configuration name="TestSolver.testConstraintAdd" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
 
<ExternalSystemSettings>
 
<option name="executionName" />
 
<option name="externalProjectPath" value="$PROJECT_DIR$" />
 
<option name="externalSystemIdString" value="GRADLE" />
 
<option name="scriptParameters" value="" />
 
<option name="taskDescriptions">
 
<list />
 
</option>
 
<option name="taskNames">
 
<list>
 
<option value=":test" />
 
<option value="--tests" />
 
<option value="&quot;fr.univamu.solver.TestSolver.testConstraintAdd&quot;" />
 
</list>
 
</option>
 
<option name="vmOptions" />
 
</ExternalSystemSettings>
 
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
 
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
 
<DebugAllEnabled>false</DebugAllEnabled>
 
<RunAsTest>true</RunAsTest>
 
<method v="2" />
 
</configuration>
<configuration name="Tests in 'GL-Solver'" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
<configuration name="Tests in 'GL-Solver'" type="GradleRunConfiguration" factoryName="Gradle" temporary="true">
<ExternalSystemSettings>
<ExternalSystemSettings>
<option name="executionName" />
<option name="executionName" />
@@ -111,6 +182,7 @@
@@ -111,6 +182,7 @@
<recent_temporary>
<recent_temporary>
<list>
<list>
<item itemvalue="Gradle.Tests in 'GL-Solver'" />
<item itemvalue="Gradle.Tests in 'GL-Solver'" />
 
<item itemvalue="Gradle.TestSolver.testConstraintAdd" />
<item itemvalue="Gradle.Tests in 'fr.univamu.solver'" />
<item itemvalue="Gradle.Tests in 'fr.univamu.solver'" />
<item itemvalue="Application.Main" />
<item itemvalue="Application.Main" />
</list>
</list>
@@ -119,8 +191,8 @@
@@ -119,8 +191,8 @@
<component name="SharedIndexes">
<component name="SharedIndexes">
<attachedChunks>
<attachedChunks>
<set>
<set>
<option value="bundled-jdk-9823dce3aa75-28b599e66164-intellij.indexing.shared.core-IU-242.23339.11" />
<option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.17011.79" />
<option value="bundled-js-predefined-d6986cc7102b-5c90d61e3bab-JavaScript-IU-242.23339.11" />
<option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-IU-241.17011.79" />
</set>
</set>
</attachedChunks>
</attachedChunks>
</component>
</component>
@@ -134,6 +206,10 @@
@@ -134,6 +206,10 @@
<updated>1727967430355</updated>
<updated>1727967430355</updated>
<workItem from="1727967431394" duration="6834000" />
<workItem from="1727967431394" duration="6834000" />
<workItem from="1728024944251" duration="2652000" />
<workItem from="1728024944251" duration="2652000" />
 
<workItem from="1728644061425" duration="1113000" />
 
<workItem from="1729253985646" duration="23000" />
 
<workItem from="1729255313537" duration="4759000" />
 
<workItem from="1729260712825" duration="3567000" />
</task>
</task>
<task id="LOCAL-00001" summary="Create">
<task id="LOCAL-00001" summary="Create">
<option name="closed" value="true" />
<option name="closed" value="true" />
@@ -175,7 +251,15 @@
@@ -175,7 +251,15 @@
<option name="project" value="LOCAL" />
<option name="project" value="LOCAL" />
<updated>1727988463386</updated>
<updated>1727988463386</updated>
</task>
</task>
<option name="localTasksCounter" value="6" />
<task id="LOCAL-00006" summary="TP jusqu'à début exo 3 mais manque dernier exo 2">
 
<option name="closed" value="true" />
 
<created>1729260054572</created>
 
<option name="number" value="00006" />
 
<option name="presentableId" value="LOCAL-00006" />
 
<option name="project" value="LOCAL" />
 
<updated>1729260054572</updated>
 
</task>
 
<option name="localTasksCounter" value="7" />
<servers />
<servers />
</component>
</component>
<component name="TypeScriptGeneratedFilesManager">
<component name="TypeScriptGeneratedFilesManager">
@@ -185,6 +269,7 @@
@@ -185,6 +269,7 @@
<MESSAGE value="Create" />
<MESSAGE value="Create" />
<MESSAGE value="Add tests" />
<MESSAGE value="Add tests" />
<MESSAGE value="Clean" />
<MESSAGE value="Clean" />
<option name="LAST_COMMIT_MESSAGE" value="Clean" />
<MESSAGE value="TP jusqu'à début exo 3 mais manque dernier exo 2" />
 
<option name="LAST_COMMIT_MESSAGE" value="TP jusqu'à début exo 3 mais manque dernier exo 2" />
</component>
</component>
</project>
</project>
 
\ No newline at end of file
Loading