Skip to content

Commit 7d2acf1

Browse files
Update README.md
1 parent c366031 commit 7d2acf1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# EAGODomainReduction.jl
22
Domain Reduction Procedures in Global Optimization
33

4+
## Author
5+
46
## Installation
57

68
```julia
@@ -21,7 +23,7 @@ relaxations.
2123
- **Implicit Subroutine support:** Supports domain reduction of reduced space lower-bound problems defined through
2224
relaxation of implicit functions by fixed-point methods.
2325

24-
The routine are used extensively in the `EAGO.jl`[https://github.com/MatthewStuber/EAGO.jl] package solver.
26+
The routine are used extensively in the [`EAGO.jl`](https://github.com/MatthewStuber/EAGO.jl) package solver.
2527
Please see the example files for usage cases.
2628

2729
## Future Work
@@ -32,12 +34,12 @@ Please see the example files for usage cases.
3234
- Add support for Mixed-Integer NLP.
3335

3436
## Related Packages
35-
- **EAGO.jl**[https://github.com/MatthewStuber/EAGO.jl]: A package containing global and robust solvers based mainly on McCormick relaxations.
37+
- [**EAGO.jl**](https://github.com/MatthewStuber/EAGO.jl): A package containing global and robust solvers based mainly on McCormick relaxations.
3638
This package supports a JuMP and MathProgBase interface.
37-
- **IntervalConstraintProgramming.jl**[https://github.com/JuliaIntervals/IntervalConstraintProgramming.jl]: Provides algorithms that furnish bounds
39+
- [**IntervalConstraintProgramming.jl**](https://github.com/JuliaIntervals/IntervalConstraintProgramming.jl): Provides algorithms that furnish bounds
3840
on constraints defined by expressions. The constraint propagation routine in **EAGODomainReduction.jl** can generate tape objects that are
3941
reusable for generically-defined functions. In addition, we use a `Vector{Interval}` storage object that allows for in-place mutation of intervals.
40-
- **IntervalContractors.jl**[https://github.com/JuliaIntervals/IntervalContractors.jl]: Provides a library of reverse interval contractors.
42+
- [**IntervalContractors.jl**](https://github.com/JuliaIntervals/IntervalContractors.jl): Provides a library of reverse interval contractors.
4143

4244
## References
4345
- Benhamou, F., & Older, W.J. (1997). Applying interval arithmetic to real, integer, and boolean constraints. The Journal of Logic Programming, 32, 1–24.

0 commit comments

Comments
 (0)