Skip to content

Commit

Permalink
add initials for project
Browse files Browse the repository at this point in the history
  • Loading branch information
nutelabezgmo222 committed May 3, 2021
1 parent 8e95482 commit 2618db9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ function Header() {
return (
<header className="header">
Вирішуй задачі по максимізації прибутку онлайн!
<small style={{fontSize:'10px'}}>by Maksym Solodovnykov</small>
</header>
)
}
Expand Down
1 change: 0 additions & 1 deletion src/features/simplex-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export default class Simplex extends SimplexData {
}

isFunctionOptimal() {
this.toString();
let negativeIndex = this.indexRow.findIndex((item) => item < 0);
if (negativeIndex !== -1) {
return false;
Expand Down

1 comment on commit 2618db9

@vercel
Copy link

@vercel vercel bot commented on 2618db9 May 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.