(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

What is it about?

The locating array is a mathematical object that can be used to identify faults in software systems. This paper presents a method that finds the smallest locating array.

Why is it important?

The cost of testing depends on the size of the locating array and thus, finding the smallest one is important in practice.

Read more on Kudos…
The following have contributed to this page:
Tatsuhiro Tsuchiya
' ,"url"));