pub struct NaryInductionConfig {
pub enumeration: NaryEnumerationConfig,
pub k: u32,
}Expand description
Bounds and selection size for one induce_exact_nary call.
Fields§
§enumeration: NaryEnumerationConfigPattern-space bounds (body atoms, join variables, hard pattern cap).
k: u32Number of top-ranked patterns to keep.
Trait Implementations§
Source§impl Clone for NaryInductionConfig
impl Clone for NaryInductionConfig
Source§fn clone(&self) -> NaryInductionConfig
fn clone(&self) -> NaryInductionConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NaryInductionConfig
Auto Trait Implementations§
impl Freeze for NaryInductionConfig
impl RefUnwindSafe for NaryInductionConfig
impl Send for NaryInductionConfig
impl Sync for NaryInductionConfig
impl Unpin for NaryInductionConfig
impl UnsafeUnpin for NaryInductionConfig
impl UnwindSafe for NaryInductionConfig
Blanket Implementations§
impl<T> Allocation for T
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