pub enum CompilerAdapterKind {
GpuD4,
ExternalDdnnfText,
ExternalC2d,
ExternalMiniC2d,
}Expand description
Knowledge compiler adapter kind.
Variants§
GpuD4
Existing GPU-native Decision-DNNF to XGCF compiler.
ExternalDdnnfText
Alternative external Decision-DNNF text adapter.
ExternalC2d
Alternative external c2d Decision-DNNF compiler adapter.
ExternalMiniC2d
Alternative external miniC2D Decision-DNNF compiler adapter.
Trait Implementations§
Source§impl Clone for CompilerAdapterKind
impl Clone for CompilerAdapterKind
Source§fn clone(&self) -> CompilerAdapterKind
fn clone(&self) -> CompilerAdapterKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompilerAdapterKind
impl Debug for CompilerAdapterKind
Source§impl PartialEq for CompilerAdapterKind
impl PartialEq for CompilerAdapterKind
impl Copy for CompilerAdapterKind
impl Eq for CompilerAdapterKind
impl StructuralPartialEq for CompilerAdapterKind
Auto Trait Implementations§
impl Freeze for CompilerAdapterKind
impl RefUnwindSafe for CompilerAdapterKind
impl Send for CompilerAdapterKind
impl Sync for CompilerAdapterKind
impl Unpin for CompilerAdapterKind
impl UnsafeUnpin for CompilerAdapterKind
impl UnwindSafe for CompilerAdapterKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more