Skip to content

Commit

Permalink
Merge pull request #11 from DiracSpace/v0.3.1
Browse files Browse the repository at this point in the history
Corrección de tablas y optimización de peso
  • Loading branch information
DiracSpace authored Jun 8, 2021
2 parents 0100c7c + a5e01a2 commit 7623111
Show file tree
Hide file tree
Showing 399 changed files with 208 additions and 4,119 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
bin/
Binary file modified .vs/NutriAdvice/v16/.suo
Binary file not shown.
20 changes: 10 additions & 10 deletions Forms/Form2.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Forms/Form2.resx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
<metadata name="dgvIngredient.UserAddedColumn" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
<value>True</value>
</metadata>
<metadata name="dgvCalories.UserAddedColumn" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
<metadata name="dgvQuantity.UserAddedColumn" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
<value>True</value>
</metadata>
<metadata name="dgvQuantity.UserAddedColumn" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
<metadata name="dgvCalories.UserAddedColumn" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
<value>True</value>
</metadata>
<assembly alias="System.Drawing.Common" name="System.Drawing.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
Expand Down
2 changes: 2 additions & 0 deletions Modules/ConsultPrologAndDisplayResultModule.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Modules/ConsultPrologAndDisplayResultModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ public string UserFoodType

public void ConsultProlog()
{
dgvDisplayRecipes.Rows.Clear();
RecipeList.Clear();
receta = new Recipe();

var prolog = new PrologEngine(persistentCommandHistory: false);

string filename = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + @"\NutriAdvice-Expert-System\Prolog\Recipes_List.pl";
Expand Down
Binary file removed Publish/NutriAdvice.exe
Binary file not shown.
Binary file added bin/Debug/net5.0-windows/CSProlog.dll
Binary file not shown.
Loading

0 comments on commit 7623111

Please sign in to comment.