14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// along with this program. If not, see <http://www.gnu.org/licenses/>
//
//! Proximal bundle method implementation.
#[macro_use]
extern crate quick_error;
extern crate libc;
#[macro_use]
extern crate const_cstr;
#[macro_use]
extern crate log;
/// Type used for real numbers throughout the library.
|
>
|
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
// along with this program. If not, see <http://www.gnu.org/licenses/>
//
//! Proximal bundle method implementation.
#[macro_use]
extern crate quick_error;
#[macro_use]
extern crate const_cstr;
#[macro_use]
extern crate const_cstr;
#[macro_use]
extern crate log;
/// Type used for real numbers throughout the library.
|