solve
0.20.9
common
solve
/
it.unibo.tuprolog.solve
/
SolveOptions
Solve
Options
common
interface
SolveOptions
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
add
Option
Link copied to clipboard
common
open
fun
<
X
:
Any
>
addOption
(
key
:
String
,
value
:
X
)
:
SolveOptions
Content copied to clipboard
add
Options
Link copied to clipboard
common
open
fun
<
X
:
Any
>
addOptions
(
options
:
Map
<
String
,
X
>
)
:
SolveOptions
Content copied to clipboard
set
Lazy
Link copied to clipboard
common
abstract
fun
setLazy
(
value
:
Boolean
)
:
SolveOptions
Content copied to clipboard
set
Limit
Link copied to clipboard
common
abstract
fun
setLimit
(
value
:
Int
)
:
SolveOptions
Content copied to clipboard
set
Option
Link copied to clipboard
common
open
fun
<
X
:
Any
>
setOption
(
key
:
String
,
value
:
X
)
:
SolveOptions
Content copied to clipboard
set
Options
Link copied to clipboard
common
abstract
fun
<
X
:
Any
>
setOptions
(
options
:
Map
<
String
,
X
>
)
:
SolveOptions
Content copied to clipboard
set
Timeout
Link copied to clipboard
common
abstract
fun
setTimeout
(
value
:
TimeDuration
)
:
SolveOptions
Content copied to clipboard
Properties
customOptions
Link copied to clipboard
common
abstract
val
customOptions
:
Map
<
String
,
Any
>
Content copied to clipboard
isEager
Link copied to clipboard
common
open
val
isEager
:
Boolean
Content copied to clipboard
isLazy
Link copied to clipboard
common
abstract
val
isLazy
:
Boolean
Content copied to clipboard
isLimited
Link copied to clipboard
common
open
val
isLimited
:
Boolean
Content copied to clipboard
limit
Link copied to clipboard
common
abstract
val
limit
:
Int
Content copied to clipboard
timeout
Link copied to clipboard
common
abstract
val
timeout
:
TimeDuration
Content copied to clipboard