From f56a67e72ab2fafb89db007249b95737a9101cbe Mon Sep 17 00:00:00 2001 From: "Ehsan M.A." Date: Tue, 20 Aug 2024 08:01:12 +0330 Subject: [PATCH 1/2] Update readme.md --- Samples/IronPython/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Samples/IronPython/readme.md b/Samples/IronPython/readme.md index fd71aa8..856582f 100644 --- a/Samples/IronPython/readme.md +++ b/Samples/IronPython/readme.md @@ -1 +1,3 @@ Using BFE with IronPython: + +update: Some problems with `Model.Solve()` with iron python is reported [here](https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/discussions/162) which could be fixed. From 2847e5ab89b485d6584f6662db18b4fc75b638d4 Mon Sep 17 00:00:00 2001 From: "Ehsan M.A." Date: Tue, 20 Aug 2024 08:03:52 +0330 Subject: [PATCH 2/2] Update readme.md --- Samples/IronPython/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/IronPython/readme.md b/Samples/IronPython/readme.md index 856582f..9387c76 100644 --- a/Samples/IronPython/readme.md +++ b/Samples/IronPython/readme.md @@ -1,3 +1,3 @@ Using BFE with IronPython: -update: Some problems with `Model.Solve()` with iron python is reported [here](https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/discussions/162) which could be fixed. +update: Some problems with `Model.Solve()` with iron python is reported [here](https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/discussions/162) and [here](https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/issues/165) which could be fixed.