Tue, 18 Jun 2024 15:54:08 UTC | login

Information for build cddlib-0.94j-6.fc33

ID185351
Package Namecddlib
Version0.94j
Release6.fc33
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/cddlib.git#ff7d4dd2012a7c17ae414f78993dff059789afb7
SummaryA library for generating all vertices in convex polyhedrons
DescriptionThe C-library cddlib is a C implementation of the Double Description Method of Motzkin et al. for generating all vertices (i.e. extreme points) and extreme rays of a general convex polyhedron in R^d given by a system of linear inequalities: P = { x=(x1, ..., xd)^T : b - A x >= 0 } where A is a given m x d real matrix, b is a given m-vector and 0 is the m-vector of all zeros. The program can be used for the reverse operation (i.e. convex hull computation). This means that one can move back and forth between an inequality representation and a generator (i.e. vertex and ray) representation of a polyhedron with cdd. Also, cdd can solve a linear programming problem, i.e. a problem of maximizing and minimizing a linear function over P.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 28 Nov 2020 14:45:25 UTC
CompletedSat, 28 Nov 2020 16:13:21 UTC
Taskbuild (f33, /rpms/cddlib.git:ff7d4dd2012a7c17ae414f78993dff059789afb7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/cddlib.git#ff7d4dd2012a7c17ae414f78993dff059789afb7'}}
Tags
f33
f37
f38
RPMs
src
cddlib-0.94j-6.fc33.src.rpm (info) (download)
riscv64
cddlib-0.94j-6.fc33.riscv64.rpm (info) (download)
cddlib-devel-0.94j-6.fc33.riscv64.rpm (info) (download)
cddlib-static-0.94j-6.fc33.riscv64.rpm (info) (download)
cddlib-tools-0.94j-6.fc33.riscv64.rpm (info) (download)
cddlib-debuginfo-0.94j-6.fc33.riscv64.rpm (info) (download)
cddlib-debugsource-0.94j-6.fc33.riscv64.rpm (info) (download)
cddlib-tools-debuginfo-0.94j-6.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94j-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94j-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Sep 24 2019 Jerry James <loganjerry@gmail.com> - 1:0.94j-4 - Drop cdd_both_reps.c and accompanying patch, replaced with cddexec * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94j-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.94j-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Oct 01 2018 Jerry James <loganjerry@gmail.com> - 0.94j-1 - New upstream release - Add Epoch to deal with new dot in the version number