Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
VincenzoArceri committed Jan 10, 2024
1 parent 0495a61 commit cd35111
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
import org.apache.commons.collections4.CollectionUtils;

/**
* The pentagons abstract domain, a weakly relational numeric abstract domain.
* This abstract domain captures properties of the form of x \in [a, b] ∧ x
* < y. It is more precise than the well known interval domain, but it is
* less precise than the octagon domain. It is implemented as a
* /** The pentagons abstract domain, a weakly relational numeric abstract
* domain. This abstract domain captures properties of the form of x \in [a, b]
* ∧ x < y. It is more precise than the well known interval domain, but
* it is less precise than the octagon domain. It is implemented as a
* {@link ValueDomain}.
*
* @author <a href="mailto:[email protected]">Luca Negrini</a>
* @author <a href="mailto:[email protected]">Vincenzo Arceri</a>
*
* @see <a href=
* "https://www.sciencedirect.com/science/article/pii/S0167642309000719?ref=cra_js_challenge&fr=RR-1">Pentagons:
* A weakly relational abstract domain for the efficient validation of
* array accesses</a>
*
* @author <a href="mailto:[email protected]">Luca Negrini</a>
* @author <a href="mailto:[email protected]">Vincenzo Arceri</a>
*/
public class Pentagon implements ValueDomain<Pentagon>, BaseLattice<Pentagon> {

Expand Down

0 comments on commit cd35111

Please sign in to comment.