Struct monster::path_exploration::ShortestPathStrategy [−][src]
Implementations
impl ShortestPathStrategy[src]
pub fn compute_for(program: &Program) -> Result<Self>[src]
pub fn write_cfg_with_distances_to_file<P>(&self, path: P) -> Result<()> where
P: AsRef<Path>, [src]
P: AsRef<Path>,
pub fn distances(&self) -> &HashMap<NodeIndex, u64>[src]
pub fn create_cfg_with_distances(
&self
) -> Graph<(Instruction, Option<u64>), Option<ProcedureCallId>>[src]
&self
) -> Graph<(Instruction, Option<u64>), Option<ProcedureCallId>>
Trait Implementations
impl Debug for ShortestPathStrategy[src]
impl Display for ShortestPathStrategy[src]
impl ExplorationStrategy for ShortestPathStrategy[src]
fn choose_path(&self, branch1: u64, branch2: u64) -> u64[src]
Auto Trait Implementations
impl RefUnwindSafe for ShortestPathStrategy
impl Send for ShortestPathStrategy
impl Sync for ShortestPathStrategy
impl Unpin for ShortestPathStrategy
impl UnwindSafe for ShortestPathStrategy
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,