-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve printing of problems, constraints, and variables (#325)
* initial tree interface * `show` via trees * Fix redundant `constraints` in `show` * Cleanup, add some comments, add tests * Add docs * Vendor `print_tree` to respect `maxdepth` * Add tree iterators to docs * Apply suggestions from code review Co-Authored-By: Mathieu Besançon <[email protected]> * Change `id` printing: show first and last 3 digits
- Loading branch information
1 parent
0a46d84
commit b4f89f3
Showing
9 changed files
with
450 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[deps] | ||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
Convex = "f65535da-76fb-5f13-bab9-19810c17039a" | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.