Changeset 32c4829 in git
- Timestamp:
- Nov 14, 2022, 12:00:36 PM (3 months ago)
- Branches:
- (u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 0a4a20dfba04555d929927f769e18fd086517dd8
- Parents:
- c57af60be7b45c4f30db8913b7cde4eb782e6121
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.codespell_ignore
rc57af60 r32c4829 1 1 alle 2 2 als 3 choise 3 4 degres 4 5 ende … … 16 17 preverse 17 18 pres 19 referenz 18 20 ressources 19 21 sring -
kernel/maps/gen_maps.h
rc57af60 r32c4829 9 9 /// image_id: the image of the variables 10 10 /// image_r: the base ring for image_id 11 /// nMap: map for coeff cients11 /// nMap: map for coefficients 12 12 ideal maMapIdeal(const ideal map_id, const ring map_r,const ideal image_id, const ring image_r, const nMapFunc nMap); 13 13 … … 17 17 /// image_id: the image of the variables 18 18 /// image_r: the base ring for image_id 19 /// nMap: map for coeff cients19 /// nMap: map for coefficients 20 20 poly maMapPoly(const poly map_p, const ring map_r,const ideal image_id, const ring image_r, const nMapFunc nMap); 21 21 -
kernel/numeric/mpr_numeric.h
rc57af60 r32c4829 200 200 int m1,m2,m3; // constraints <=, >= and == 201 201 int icase; // == 0: finite solution found; 202 // == +1 objective fun tion unbound; == -1: no solution202 // == +1 objective function unbound; == -1: no solution 203 203 int *izrov,*iposv; 204 204
Note: See TracChangeset
for help on using the changeset viewer.