Struct clingo::SolveControl [] [src]

pub struct SolveControl(_);

Object to add clauses during search.

Methods

impl SolveControl
[src]

[src]

Add a clause that applies to the current solving step during model enumeration.

Note: The Propagator trait provides a more sophisticated interface to add clauses - even on partial assignments.

Arguments

  • clause - array of literals representing the clause

Errors

[src]

Get an object to inspect the symbolic atoms.

Trait Implementations

impl Debug for SolveControl
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SolveControl
[src]

impl Clone for SolveControl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SolveControl

impl Sync for SolveControl