Skip to content

Add documentation#51

Open
frapac wants to merge 4 commits into
mainfrom
fp/docs
Open

Add documentation#51
frapac wants to merge 4 commits into
mainfrom
fp/docs

Conversation

@frapac
Copy link
Copy Markdown
Collaborator

@frapac frapac commented Apr 29, 2026

No description provided.

Comment thread docs/Project.toml
@@ -0,0 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am currently using DocumenterInterLinks to address the references in MOI. Let me know if you have a better solution

* `x₂ ≤ ub` (ub ≠ 0) gives `S = MOI.LessThan{T}`
* `lb ≤ x₂ ≤ ub` gives `S = MOI.Interval{T}`
* `x₂` free gives `S = MOI.Zeros`
* `x₂` free gives `S = MOI.Real`
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to discuss about this change, as I am not sure about it.

To me S is the set where x2 (the right-hand-side) belongs. The set of x1 is MOI.dual_set_type(S) (if it applies).

If x2 is free, then I think we should define S = MOI.Real. Or am I missing something?

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7676233) to head (aa8cc27).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          575       575           
=========================================
  Hits           575       575           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant