feat: implement new "small-steps" solver + joint improvements
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// TODO: not sure why it complains about PredictedImpacts being unused,
|
||||
// making it private or pub(crate) triggers a different error.
|
||||
#[allow(unused_imports)]
|
||||
pub use self::ccd_solver::{CCDSolver, PredictedImpacts};
|
||||
pub use self::toi_entry::TOIEntry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user