Package | Description |
---|---|
org.jacop.jasat.core | |
org.jacop.jasat.core.clauses | |
org.jacop.jasat.utils | |
org.jacop.jasat.utils.structures | |
org.jacop.satwrapper |
Modifier and Type | Field and Description |
---|---|
MemoryPool |
Core.pool |
MemoryPool |
Trail.pool |
Modifier and Type | Field and Description |
---|---|
MemoryPool |
AbstractClausesDatabase.pool |
Modifier and Type | Method and Description |
---|---|
int[] |
MapClause.toIntArray(MemoryPool pool)
converts the clause to an int[] suitable for the efficient clauses pool
implementations.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
Utils.resize(int[] array,
int newSize,
int size,
MemoryPool pool)
Resize the array to newSize, using the given memory pool
|
static int[] |
Utils.resize(int[] array,
int newSize,
MemoryPool pool) |
Constructor and Description |
---|
CnfParser(MemoryPool pool,
InputStream stream)
creates an instance of the parser for some input stream
|
Modifier and Type | Field and Description |
---|---|
MemoryPool |
IntQueue.pool |
MemoryPool |
IntStack.pool |
MemoryPool |
IntVec.pool |
Constructor and Description |
---|
IntQueue(MemoryPool pool) |
IntStack(MemoryPool pool) |
IntVec(MemoryPool pool)
initializes the array with a memory pool
|
IntVec(MemoryPool pool,
Iterable<Integer> clause)
initialize from pool and some integers
|
Modifier and Type | Field and Description |
---|---|
MemoryPool |
SatWrapper.pool |
Copyright © 2022. All rights reserved.