[](https://crates.io/crates/pigeons)
[](https://docs.rs/pigeons)
[](../LICENSE)
# Pigeons
A proof logging library for [VeriPB](https://gitlab.com/MIAOresearch/software/VeriPB).
This library is a simple abstraction layer for writing proofs checkable with VeriPB.
## Features
- `short-keywords`: use short rule keywords, e.g., `p` instead of `pol`
- `serde`: add implementations for
[`serde::Serialize`](https://docs.rs/serde/latest/serde/trait.Serialize.html) and
[`serde::Deserialize`](https://docs.rs/serde/latest/serde/trait.Deserialize.html) for library
types
## Coverage of VeriPB Syntax
- [x] `f`: [`Proof::new`]
- [x] `pol`: [`Proof::operations`]
- [x] `rup`: [`Proof::reverse_unit_prop`]
- [x] `del`: [`Proof::delete_ids`], [`Proof::delete_id_range`], [`Proof::delete_constr`]
- [x] `delc`: [`Proof::delete_core_ids`]
- [x] `deld`: [`Proof::delete_derived_ids`]
- [x] `obju`: [`Proof::update_objective`]
- [x] `red`: [`Proof::redundant`]
- [x] `dom`: [`Proof::dominated`]
- [x] `core`: [`Proof::move_ids_to_core`], [`Proof::move_range_to_core`]
- [x] `sol`: [`Proof::solution`]
- [x] `solx`: [`Proof::exclude_solution`]
- [x] `soli`: [`Proof::improve_solution`]
- [x] `output`: [`Proof::output`], [`Proof::conclude`]
- [x] `conclusion`: [`Proof::conclude`], [`Proof::new_with_conclusion`],
[`Proof::update_default_conclusion`]
- [x] Sub-proofs
- [x] `e`: [`Proof::equals`]
- [x] `ea`: [`Proof::equals_add`]
- [x] `eobj`: [`Proof::obj_equals`]
- [x] `i`: [`Proof::implied`]
- [x] `ia`: [`Proof::implied_add`]
- [x] `#`: [`Proof::set_level`]
- [x] `w`: [`Proof::wipe_level`]
- [x] `strengthening_to_core`: [`Proof::strengthening_to_core`]
- [x] `def_order`
- [x] `load_order`