You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -86,15 +86,15 @@ ospf is designed and implemented using an internal <strong><em>Domain Specific L
86
86
87
87
### Shared Components
88
88
89
-
- <strong>[examples](examples)</strong>: examples demonstrating how to use OSPF for modeling and solving.
89
+
- <strong>[examples](examples)</strong>: examples demonstrating how to use ospf for modeling and solving.
90
90
91
91
- <strong>[framework](framework)</strong>: a set of common components developed for specific problem domains, including visualization tools for results.
92
92
93
93
- <strong>[remote](remote)</strong>: a remote solver scheduler and server used to execute solvers on a server and retrieve results through a network interface.
94
94
95
95
### Components In Host Language Implementation
96
96
97
-
each OSPF implementation consists of the following components:
97
+
each ospf implementation consists of the following components:
98
98
99
99
- <strong>utils</strong>: utilities containing classes and functions required for implementing ospf DSL.
100
100
- <strong>core</strong>: core components containing essential functionalities such as modeling, solver interfaces, result processing, etc.
0 commit comments