File: default-config.xml

package info (click to toggle)
konclude 0.6.2~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 26,976 kB
  • ctags: 43,332
  • sloc: cpp: 250,898; xml: 54,573; makefile: 29; ansic: 3; sh: 3
file content (26 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<RequestMessage xmlns="http://www.owllink.org/owllink-xml#"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xml:base="http://www.owllink.org/testsuite/1a#"
    xsi:schemaLocation="http://www.owllink.org/owllink-xml# http://www.owllink.org/owllink-xml.xsd">
	
	<!--Configurations for the Konclude reasoner.-->	
	
	
	
	<!--If enabled (true) the reasoner writes unsatisfiable concept compinations to the unsatisfiability cache.-->
	<Set key='Konclude.Calculation.Optimization.UnsatisfiableCacheSingleLevelWriting'>
		<Literal>true</Literal>
	</Set>

	
	<!--If enabled (true) the reasoner saves satisfiability and expansion information about sets of 
		concepts into the satisfiable expander cache.-->
	<Set key='Konclude.Calculation.Optimization.SatisfiableExpansionCacheWriting'>
		<Literal>true</Literal>
	</Set>


	
</RequestMessage>